aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-25 21:50:13 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-25 21:50:13 +0000
commit3296fc0d10a3f794541a9ff162490b6164e6a59d (patch)
tree616d694ed4bccd2b385ffd79c3f25a9b9f1b14cd /functions
parentf710d18cd36186829a9298311bbcf676a5f4825c (diff)
downloadphpicalendar-3296fc0d10a3f794541a9ff162490b6164e6a59d.tar.gz
phpicalendar-3296fc0d10a3f794541a9ff162490b6164e6a59d.tar.bz2
phpicalendar-3296fc0d10a3f794541a9ff162490b6164e6a59d.zip
Added translations to login
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 a3972f8..d78d734 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);
+error_reporting (E_ERROR | E_WARNING);
// 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