Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv28502a/functions
Modified Files:
ical_parser.php
Log Message:
Added some unset vars.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** ical_parser.php 16 Nov 2003 06:20:08 -0000 1.127
--- ical_parser.php 16 Nov 2003 07:19:43 -0000 1.128
***************
*** 97,101 ****
$allday_start, $allday_end, $start, $end, $the_duration,
$beginning, $rrule_array, $start_of_vevent, $description,
! $valarm_description, $start_unixtime, $end_unixtime,
$recurrence_id, $uid, $class, $location, $rrule, $abs_until, $until_check
);
--- 97,101 ----
$allday_start, $allday_end, $start, $end, $the_duration,
$beginning, $rrule_array, $start_of_vevent, $description,
! $valarm_description, $start_unixtime, $end_unixtime, $display_end_tmp, $end_time_tmp1,
$recurrence_id, $uid, $class, $location, $rrule, $abs_until, $until_check
);
|