From: <cl...@us...> - 2004-10-02 00:10:05
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5897/functions Modified Files: ical_parser.php Log Message: Added new languages, fixed minor bugs. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.184 retrieving revision 1.185 diff -C2 -d -r1.184 -r1.185 *** ical_parser.php 4 Sep 2004 01:14:21 -0000 1.184 --- ical_parser.php 2 Oct 2004 00:09:39 -0000 1.185 *************** *** 955,959 **** break; ! case 'DTEND'; $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data); $zulu_time = false; --- 955,959 ---- break; ! case 'DTEND': $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data); $zulu_time = false; |