mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
fix for overlap and multiple participants
This commit is contained in:
parent
5bb242ed32
commit
1c24aef54c
@ -263,7 +263,7 @@
|
|||||||
$size = 5;
|
$size = 5;
|
||||||
else
|
else
|
||||||
$size = $db2->num_rows();
|
$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++)
|
for ($l=0;$l<count($cal_info->participants);$l++)
|
||||||
$parts[$cal_info->participants[$l]] = True;
|
$parts[$cal_info->participants[$l]] = True;
|
||||||
while ($db2->next_record()) {
|
while ($db2->next_record()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user