mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +01:00
typo
This commit is contained in:
parent
3abea0dbe6
commit
3d7fd129cc
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user