From bb072a9bb17420eeda5e7f24e4823904e6892b4c Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 12 Oct 2007 08:07:23 +0000 Subject: include timezone parser --- functions/ical_parser.php | 3 +++ 1 file changed, 3 insertions(+) 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)); -- cgit v1.2.3