From cca39a67b740f07db3d56dfd90d22d17cd23ebff Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 7 Apr 2007 02:01:15 +0000 Subject: [PATCH] r1534: We want to remove that call to error_reporting()... woops --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 7daae74..3964dbe 100644 --- a/index.php +++ b/index.php @@ -34,8 +34,6 @@ $focus['index'] = 'focus'; require_once('./global.php'); require_once('./includes/class_sort.php'); -error_reporting(E_ALL & ~E_NOTICE); - if (!can_perform('canviewbugs')) { $message->errorPermission(); -- 2.22.5