From df0de691c413d70d9770daf0537003acd2229189 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 28 Aug 2005 05:35:29 +0000 Subject: [PATCH] Turn off E_ANNOYING.. er E_NOTICE --- includes/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index 2856655..79aa90f 100644 --- a/includes/init.php +++ b/includes/init.php @@ -10,7 +10,8 @@ || ################################################################### || \*=====================================================================*/ -error_reporting(E_ALL); +//error_reporting(E_ALL); +error_reporting(E_ALL & ~E_NOTICE); define('ISSO_MT_START', microtime()); -- 2.22.5