From 7aacd0833f3357c9f3a527090a95fa1774b30ebb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 12 Jan 2006 17:41:58 +0000 Subject: [PATCH] Debug-level error reporting --- includes/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/init.php b/includes/init.php index 95c1aeb..d0d819a 100644 --- a/includes/init.php +++ b/includes/init.php @@ -19,8 +19,8 @@ || ################################################################### \*=====================================================================*/ -//error_reporting(E_ALL); -error_reporting(E_ALL & ~E_NOTICE); +error_reporting(E_ALL); +//error_reporting(E_ALL & ~E_NOTICE); define('ISSO_MT_START', microtime()); -- 2.22.5