gibt elle fehler aus

git-svn-id: svn://svn.cccv.de/engel-system@172 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-11-27 19:27:28 +00:00
parent 3ea895c901
commit bbc541d731
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
}
// register error handler
// set_error_handler("Error_Handler", E_ALL);
set_error_handler("Error_Handler");
ini_set( "error_reporting", E_ALL);
error_reporting(E_ALL);
// send errors
function send_errors()