From 904471d3d3d398cf4e7585a8633208a15034e9a6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 18 Dec 2010 23:58:11 +0000 Subject: [PATCH] fixed typo --- calendar/inc/class.calendar_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_bo.inc.php b/calendar/inc/class.calendar_bo.inc.php index 94e784a6c4..57a906c1ee 100644 --- a/calendar/inc/class.calendar_bo.inc.php +++ b/calendar/inc/class.calendar_bo.inc.php @@ -857,7 +857,7 @@ class calendar_bo * @param mixed $date=null date to specify a single event of a series * @param boolean $ignore_acl should we ignore the acl, default False for a single id, true for multiple id's * @param string $date_format='ts' date-formats: 'ts'=timestamp, 'server'=timestamp in servertime, 'array'=array, or string with date-format - * @param array|init $clear_privat_infos_users=null if not null, return events with EGW_ACL_FREEBUSY too, + * @param array|int $clear_privat_infos_users=null if not null, return events with EGW_ACL_FREEBUSY too, * but call clear_private_infos() with the given users * @return boolean|array event or array of id => event pairs, false if the acl-check went wrong, null if $ids not found */