From b84ebb999d1e7f0340fbb6ff7fbf113be9a81816 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 28 May 2006 17:18:47 +0000 Subject: [PATCH] hmm, still not giving the expected results git-svn-id: file:///svn/phpbb/trunk@5980 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/common.php b/phpBB/common.php index afa410ef66..6164b8d714 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -23,8 +23,8 @@ if (!defined('IN_PHPBB')) $starttime = explode(' ', microtime()); $starttime = $starttime[1] + $starttime[0]; -// Report all errors, except strict and notice -error_reporting(E_ALL ^ (E_NOTICE & E_STRICT)); +// Report all errors, except notices +error_reporting(E_ALL ^ E_NOTICE); /* * Remove variables created by register_globals from the global scope