aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-11-02 04:20:37 +0000
committerjwangen <jwangen>2002-11-02 04:20:37 +0000
commitc1b79428e7e0ce1c094457932e1941fd397768ce (patch)
tree3acda09508243f442203adafeb23657b6f81c13b /functions/init.inc.php
parent405e76ca59ed46f0af3a7e518c62cda469c1519c (diff)
downloadphpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.tar.gz
phpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.tar.bz2
phpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.zip
cutting down on some of the repeating regexp in effort to speed parser
Diffstat (limited to 'functions/init.inc.php')
-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 669dd23..c92be45 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -3,7 +3,7 @@
// so I have this making sure they all are. This should be commented out/deleted
// for shipping versions. This is a convenience so when I commit, changes are made and
// I don't get errors.
-chmod(BASE.'calendars/School.ics',0666);
+//chmod(BASE.'calendars/School.ics',0666);
// uncomment when developing, comment for shipping version
//error_reporting (E_ALL);

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