X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fphp_setup.inc;h=954cabbfe1b502badf9057dc1458bdb79dceaf9c;hb=1e99420f077c6595a6098da8b0685a852668852f;hp=9ba0e4dacaa1140070b794bccf403d8652e45344;hpb=b44428eb823cce2dfde905bfd42a49ec1cf47b89;p=gosa.git diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 9ba0e4dac..954cabbfe 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -29,7 +29,10 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) // To avoid recursion - restore original error handler. restore_error_handler(); - /* Return if error reporting is set to zero */ + /* Return if error reporting is set to zero + * Also exclude statements prefixed with @ - Comment out the block below to see suppressed errors. + * e.g. @call_function_but_hide_errors() + */ if (error_reporting() == 0){ set_error_handler('gosaRaiseError', E_WARNING | E_NOTICE | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_STRICT) ; return; @@ -91,28 +94,22 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) if (session::is_set('js') && session::get('js')==FALSE){ $error_collector= "
"; } else { - $error_collector= " - + $error_collector= " +
- - - + + +
- \"\"  - ". - _("Generating this page caused the PHP interpreter to raise some errors!")." - - - -  "._("Send bugreport")." - - - + ".image('images/toolbar-warning.png').""._("Generating this page caused the PHP interpreter to raise some errors!")." + + ".image('images/mailto.png')." "._("Send bugreport")." + + +
-