aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-26 00:45:45 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-26 00:45:45 +0000
commit08f9f15355292905fadc48190befc258d6e85cfd (patch)
tree4d2628202025e5f260349320955a5ed5cbfe7bee /functions
parent9ea6d9d4f041c022ceffec4a39c2d2f302d35d9c (diff)
downloadphpicalendar-08f9f15355292905fadc48190befc258d6e85cfd.tar.gz
phpicalendar-08f9f15355292905fadc48190befc258d6e85cfd.tar.bz2
phpicalendar-08f9f15355292905fadc48190befc258d6e85cfd.zip
Commented out for 1.0 RC-2
Diffstat (limited to 'functions')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 992068d..846ab26 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -6,7 +6,7 @@
//chmod(BASE.'calendars/School.ics',0666);
// uncomment when developing, comment for shipping version
-error_reporting (E_ERROR | E_WARNING | E_PARSE);
+// error_reporting (E_ERROR | E_WARNING | E_PARSE);
// Older versions of PHP do not define $_SERVER. Define it here instead.
if (!isset($_SERVER) && isset($HTTP_SERVER_VARS)) {

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