mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 17:29:11 +01:00
fix for overlap and multiple participants
This commit is contained in:
parent
5bb242ed32
commit
1c24aef54c
@ -263,7 +263,7 @@
|
||||
$size = 5;
|
||||
else
|
||||
$size = $db2->num_rows();
|
||||
$str = "<select name=\"cal[participants[]]\" multiple size=\"5\">";
|
||||
$str = "<select name=\"cal[participants][]\" multiple size=\"5\">";
|
||||
for ($l=0;$l<count($cal_info->participants);$l++)
|
||||
$parts[$cal_info->participants[$l]] = True;
|
||||
while ($db2->next_record()) {
|
||||
|
Loading…
Reference in New Issue
Block a user