mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix for ceb when adding events.
This commit is contained in:
parent
406baf80e4
commit
6673d242a8
@ -828,7 +828,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if($id)
|
||||
if(count($id) >= 1)
|
||||
{
|
||||
@reset($id);
|
||||
$sql .= ' AND phpgw_cal.cal_id NOT IN ('.(count($id)==1?$id[0]:implode(',',$id)).')';
|
||||
|
Loading…
Reference in New Issue
Block a user