aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-28 17:18:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-28 17:18:47 +0000
commitb84ebb999d1e7f0340fbb6ff7fbf113be9a81816 (patch)
tree37c548c172dbf428d71bf0b3e46e6b5bf924a859 /phpBB
parent2f4c3ea0bea3c698b0fab5fdaf13ec6843af7acd (diff)
downloadforums-b84ebb999d1e7f0340fbb6ff7fbf113be9a81816.tar
forums-b84ebb999d1e7f0340fbb6ff7fbf113be9a81816.tar.gz
forums-b84ebb999d1e7f0340fbb6ff7fbf113be9a81816.tar.bz2
forums-b84ebb999d1e7f0340fbb6ff7fbf113be9a81816.tar.xz
forums-b84ebb999d1e7f0340fbb6ff7fbf113be9a81816.zip
hmm, still not giving the expected results
git-svn-id: file:///svn/phpbb/trunk@5980 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php4
1 files 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