From bbc541d731d5faeecd9b52e611b10a6e375efb6b Mon Sep 17 00:00:00 2001 From: cookie Date: Mon, 27 Nov 2006 19:27:28 +0000 Subject: gibt elle fehler aus git-svn-id: svn://svn.cccv.de/engel-system@172 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/inc/error_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www-ssl') diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php index e444e18c..02afd27b 100755 --- a/www-ssl/inc/error_handler.php +++ b/www-ssl/inc/error_handler.php @@ -13,10 +13,10 @@ } // 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() { -- cgit v1.2.3-54-g00ecf