From: hickert Date: Fri, 14 May 2010 07:07:14 +0000 (+0000) Subject: Reenabled error handler X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80defbc2e14d093d49cc5a2b6e5a7f6e3292fcaf;p=gosa.git Reenabled error handler git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18453 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index a8147654f..2024321f3 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -272,7 +272,7 @@ error_reporting (E_ALL | E_STRICT); $error_collector= ""; $error_collector_mailto= ""; -#set_error_handler('gosaRaiseError', E_WARNING | E_NOTICE | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_STRICT) ; +set_error_handler('gosaRaiseError', E_WARNING | E_NOTICE | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_STRICT) ; $variables_order= "ES"; ini_set("register_globals",0);