aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-26 03:27:29 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-26 03:27:29 +0000
commit9c1ad1c80dbdf3cfa73477437c33fb821a0424b8 (patch)
tree785f2fc14fa7d60efb39864ea16309e927d2ab8b /functions/init
parentcecd608ffaea0d25f182fb9e2e0883c3d17186de (diff)
downloadphpicalendar-9c1ad1c80dbdf3cfa73477437c33fb821a0424b8.tar.gz
phpicalendar-9c1ad1c80dbdf3cfa73477437c33fb821a0424b8.tar.bz2
phpicalendar-9c1ad1c80dbdf3cfa73477437c33fb821a0424b8.zip
misc changes for 2.31
Diffstat (limited to 'functions/init')
-rw-r--r--functions/init/set_error_reporting.php4
1 files changed, 2 insertions, 2 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy