Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv31983/functions
Modified Files:
ical_parser.php
Log Message:
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** ical_parser.php 14 Nov 2003 22:27:06 -0000 1.122
--- ical_parser.php 14 Nov 2003 22:29:50 -0000 1.123
***************
*** 656,659 ****
--- 656,661 ----
unset ($field, $data, $prop_pos, $property);
+ $field = '';
+ $data = '';
ereg ("([^:]+):(.*)", $line, $line);
$field = $line[1];
|