From 3d7fd129cc8eb90fbbb9212c976ccf695cb579c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Fri, 2 Dec 2005 13:33:13 +0000 Subject: [PATCH] typo --- calendar/inc/class.bocalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index 9b155651da..becbd560ff 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -207,7 +207,7 @@ class bocalendar } 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 {