From: hickert Date: Fri, 25 Jul 2008 13:01:33 +0000 (+0000) Subject: Forgot to add trailing ; X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ddcf1f274182ca566cd2a248eaf70458011905f0;p=gosa.git Forgot to add trailing ; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12053 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index c5019e70e..d0b1a266c 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -267,7 +267,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);