diff --git a/include/php_setup.inc b/include/php_setup.inc index 3800f4036595d9b9dd4753709431ff8cb1f1a099..e35f28818610ffafc49a9c916091334cedfee43e 100644 --- a/include/php_setup.inc +++ b/include/php_setup.inc @@ -169,7 +169,7 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) /* Return if error reporting is set to zero */ if (error_reporting() == 0) { set_error_handler('gosaRaiseError', E_WARNING | E_NOTICE | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_STRICT); - return; + return FALSE; } /* Workaround for buggy imap_open error outputs */