Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv7530/functions
Modified Files:
ical_parser.php
Log Message:
Revert.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** ical_parser.php 18 Dec 2003 06:16:16 -0000 1.141
--- ical_parser.php 18 Dec 2003 06:22:22 -0000 1.142
***************
*** 108,122 ****
$attendee = array();
$organizer = array();
- $url = '';
- $display_end_tmp = '';
- $status = '';
- $class = '';
- $vtodo_priority = '';
- $completed_date = '';
- $completed_time = '';
- $description = '';
- $due_date = '';
- $due_time = '';
- $allday_end = '';
unset(
--- 108,111 ----
|