aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2008-01-03 17:10:17 +0000
committerDavid M <davidmj@users.sourceforge.net>2008-01-03 17:10:17 +0000
commit4b1b95006835ce0d84e29b4541b3bfba0a6bd225 (patch)
tree59f3467bb681cc48a465ddf2c94a5304b3829dcc /phpBB/common.php
parent85055ac97fa57ca339924cef719115d85bdf6c2e (diff)
downloadforums-4b1b95006835ce0d84e29b4541b3bfba0a6bd225.tar
forums-4b1b95006835ce0d84e29b4541b3bfba0a6bd225.tar.gz
forums-4b1b95006835ce0d84e29b4541b3bfba0a6bd225.tar.bz2
forums-4b1b95006835ce0d84e29b4541b3bfba0a6bd225.tar.xz
forums-4b1b95006835ce0d84e29b4541b3bfba0a6bd225.zip
uncomment the second one for ultra debugging power :P
git-svn-id: file:///svn/phpbb/trunk@8296 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 3e880076bf..19ec820cfb 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -20,7 +20,8 @@ $starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];
// Report all errors, except notices
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL ^ E_NOTICE);
+//error_reporting(E_ALL | E_STRICT);
/*
* Remove variables created by register_globals from the global scope