From 5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 24 Mar 2008 00:59:39 +0000 Subject: - add error_reporting to style.php (merge from r8464) - let the error handler deal with E_STRICT (same as E_WARNING/E_NOTICE) and E_RECOVERABLE_ERROR (same as E_USER_ERROR) git-svn-id: file:///svn/phpbb/trunk@8466 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index b91fd01706..5f4216d1d7 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -21,7 +21,6 @@ $starttime = $starttime[1] + $starttime[0]; // Report all errors, except notices error_reporting(E_ALL ^ E_NOTICE); -//error_reporting(E_ALL | E_STRICT); /* * Remove variables created by register_globals from the global scope -- cgit v1.2.1