From be3dd73dcfa54c39ddadacaca7a45b8d42633ec7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 6 Apr 2011 12:56:40 +0000 Subject: [PATCH] quietened permanent error_log --- calendar/inc/class.calendar_so.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/inc/class.calendar_so.inc.php b/calendar/inc/class.calendar_so.inc.php index a9c2076ec1..530be1614e 100644 --- a/calendar/inc/class.calendar_so.inc.php +++ b/calendar/inc/class.calendar_so.inc.php @@ -7,7 +7,7 @@ * @author Ralf Becker * @author Christian Binder * @author Joerg Lehrke - * @copyright (c) 2005-10 by RalfBecker-At-outdoor-training.de + * @copyright (c) 2005-11 by RalfBecker-At-outdoor-training.de * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -285,7 +285,7 @@ class calendar_so } } //echo "

".__METHOD__.'('.array2string($ids).','.array($return_maximum).') = '.array2string($etags)."

\n"; - error_log(__METHOD__.'('.array2string($ids).','.array2string($return_maximum).') = '.array2string($etags)); + //error_log(__METHOD__.'('.array2string($ids).','.array2string($return_maximum).') = '.array2string($etags)); return $etags; }