aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-10-12 08:07:23 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-10-12 08:07:23 +0000
commitbb072a9bb17420eeda5e7f24e4823904e6892b4c (patch)
tree5b0c49c8c2dc4b1ba4ec11fa1287a63cabd3f90e
parenteb2fc16beac0d30d388d4f06718061422499d1b9 (diff)
downloadphpicalendar-bb072a9bb17420eeda5e7f24e4823904e6892b4c.tar.gz
phpicalendar-bb072a9bb17420eeda5e7f24e4823904e6892b4c.tar.bz2
phpicalendar-bb072a9bb17420eeda5e7f24e4823904e6892b4c.zip
include timezone parser
-rw-r--r--functions/ical_parser.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index 6defc11..0cbe6d8 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -114,6 +114,9 @@ foreach ($cal_filelist as $cal_key=>$filename) {
} else {
$actual_mtime = @filemtime($filename);
}
+
+ include(BASE.'functions/parse_tzs.php');
+
$ifile = @fopen($filename, "r");
if ($ifile == FALSE) exit(error($lang['l_error_cantopen'], $filename));

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