From 9c1ad1c80dbdf3cfa73477437c33fb821a0424b8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 26 Jan 2009 03:27:29 +0000 Subject: misc changes for 2.31 --- functions/init/set_error_reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/init') diff --git a/functions/init/set_error_reporting.php b/functions/init/set_error_reporting.php index b57040e..9265c86 100644 --- a/functions/init/set_error_reporting.php +++ b/functions/init/set_error_reporting.php @@ -4,7 +4,7 @@ config boolean $verbose_errors = false by default */ // uncomment when developing, comment for shipping version -error_reporting (E_ALL); +#error_reporting (E_ALL); #error_reporting (E_ERROR | E_WARNING | E_PARSE); -#error_reporting(0); +error_reporting(0); // Older versions of PHP do not define $_SERVER. Define it here instead. -- cgit v1.2.3