From c743665438f04fb0df841cef0a719b0c8fa63034 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 3 Dec 2009 07:56:34 +0000 Subject: [PATCH] "switching logging off again" --- phpgwapi/inc/class.egw_session.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_session.inc.php b/phpgwapi/inc/class.egw_session.inc.php index aa5d85b975..544a9f4ddb 100644 --- a/phpgwapi/inc/class.egw_session.inc.php +++ b/phpgwapi/inc/class.egw_session.inc.php @@ -41,7 +41,7 @@ class egw_session /** * Write debug messages about session verification and creation to the error_log */ - const ERROR_LOG_DEBUG = true; + const ERROR_LOG_DEBUG = false; /** * key of eGW's session-data in $_SESSION