From f6ae3d43f3d0f9aa940114e6b24234d18af53734 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 12 Jan 2006 18:19:52 +0000 Subject: [PATCH] Turn off E_ALL.. what a pain it is --- includes/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/init.php b/includes/init.php index d0d819a..c618f45 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 & ~E_NOTICE); +//error_reporting(E_ALL); define('ISSO_MT_START', microtime()); -- 2.22.5