From bd451b240106520093b532810c844f1e528817bf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 2 Dec 2005 20:55:08 +0000 Subject: [PATCH] Use E_ALL & ~E_NOTICE --- includes/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/init.php b/includes/init.php index 38c5a44..2a16c7f 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