From: <ji...@us...> - 2007-10-12 08:07:21
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7144/phpicalendar/functions Modified Files: ical_parser.php Log Message: include timezone parser Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.220 retrieving revision 1.221 diff -C2 -d -r1.220 -r1.221 *** ical_parser.php 12 Oct 2007 06:43:13 -0000 1.220 --- ical_parser.php 12 Oct 2007 08:07:23 -0000 1.221 *************** *** 115,118 **** --- 115,121 ---- $actual_mtime = @filemtime($filename); } + + include(BASE.'functions/parse_tzs.php'); + $ifile = @fopen($filename, "r"); |