summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-05-26 17:46:59 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-05-26 17:46:59 +0000
commita230337cd27d77982cc24b895eb3bc6c0cf89dd6 (patch)
tree838f5fcb49659272a8cf6587e12765e5e3994bfe
parentremoving request tracker link from FAQ - currently disabled (diff)
downloadphpbb-a230337cd27d77982cc24b895eb3bc6c0cf89dd6.tar.gz
phpbb-a230337cd27d77982cc24b895eb3bc6c0cf89dd6.tar.bz2
phpbb-a230337cd27d77982cc24b895eb3bc6c0cf89dd6.zip
Revert an accidental change. It makes no functional difference to anything but will avoid a code change
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5970 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index c8c6e1b6b7..618a1b0105 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -24,8 +24,8 @@ if ( !defined('IN_PHPBB') )
die("Hacking attempt");
}
+//
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
-
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
// The following code (unsetting globals)