Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv6861/functions
Modified Files:
ical_parser.php
Log Message:
Init'd more variables.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.140
retrieving revision 1.141
diff -C2 -d -r1.140 -r1.141
*** ical_parser.php 18 Dec 2003 06:06:18 -0000 1.140
--- ical_parser.php 18 Dec 2003 06:16:16 -0000 1.141
***************
*** 110,113 ****
--- 110,122 ----
$url = '';
$display_end_tmp = '';
+ $status = '';
+ $class = '';
+ $vtodo_priority = '';
+ $completed_date = '';
+ $completed_time = '';
+ $description = '';
+ $due_date = '';
+ $due_time = '';
+ $allday_end = '';
unset(
|