mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for multiple participants
This commit is contained in:
parent
16379ce5cc
commit
5bb242ed32
@ -47,7 +47,11 @@
|
||||
$groups = Array();
|
||||
for(reset($cal);$key=key($cal);next($cal)) {
|
||||
$data = $cal[$key];
|
||||
$cal_info->set($key,$data);
|
||||
if($data=="participants") {
|
||||
$cal_info->set("participants[]",$data);
|
||||
} else {
|
||||
$cal_info->set($key,$data);
|
||||
}
|
||||
}
|
||||
|
||||
$participating = False;
|
||||
|
Loading…
Reference in New Issue
Block a user