From eb6aa373e3d16cdb7f5939400e8ea67c73c94297 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 23 Dec 2011 11:24:29 +0000 Subject: [PATCH] silence error_log from calendar_bo triggered by statMessage --- calendar/inc/class.calendar_activesync.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_activesync.inc.php b/calendar/inc/class.calendar_activesync.inc.php index 6e0842b18e..ba0d87b049 100644 --- a/calendar/inc/class.calendar_activesync.inc.php +++ b/calendar/inc/class.calendar_activesync.inc.php @@ -1201,7 +1201,7 @@ return array(); // temporary disabling meeting requests from calendar $stat = false; // error_log why access is denied (should never happen for everything returned by calendar_bo::search) $backup = $this->calendar->debug; - $this->calendar->debug = 2; + //$this->calendar->debug = 2; list($id) = explode(':',$id); $this->calendar->check_perms(EGW_ACL_FREEBUSY, $id, 0, 'server'); $this->calendar->debug = $backup;