This commit is contained in:
Cornelius Weiß 2005-12-02 13:33:13 +00:00
parent 3abea0dbe6
commit 3d7fd129cc

View File

@ -207,7 +207,7 @@ class bocalendar
} }
if (!is_array($event['participants']) || !count($event['participants'])) if (!is_array($event['participants']) || !count($event['participants']))
{ {
$event['participants'] = array($GLOBALS['egw_info']['user']['account_id'] = 'A'); $event['participants'] = array($GLOBALS['egw_info']['user']['account_id'] => 'A');
} }
if (!($id = $this->cal->update($event,true))) // true=no conflikt check for now if (!($id = $this->cal->update($event,true))) // true=no conflikt check for now
{ {