From d5df5fabe4742b227f46776d15ef358e5a060c9a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 28 Jan 2011 23:02:55 +0100 Subject: Remove Notice errors Signed-off-by: Florian Pritz --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 5bb53d2f2..49cf6e923 100755 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * For more info visit: http://www.php.net/error_reporting * */ - error_reporting(E_ALL); + error_reporting(E_ALL^E_NOTICE); /* *--------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b