From c25b19bd2436a3c054d094baebd7c3e05dc1bd39 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Thu, 24 Dec 2009 17:41:02 +0000 Subject: Unset additional recurrence variables in ICS parser --- README | 1 + functions/ical_parser.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index b809640..1fa1f14 100644 --- a/README +++ b/README @@ -101,6 +101,7 @@ Changes: Fix default calendar selections in listbox picker Fix timezone DST calculation with all-day events Fix dates before 1970 + Fix logout Fixed bugs with ALL_CALENDARS_COMBINED and saving parsed calendars (using wrong file name) Better handling of URLs and email addresses in event descriptions (also strip "blocked" protocols, added by some mail servers) diff --git a/functions/ical_parser.php b/functions/ical_parser.php index 1a83d79..3b04ffa 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -139,7 +139,7 @@ foreach ($cal_filelist as $cal_key=>$filename) { $allday_start, $allday_end, $start, $end, $the_duration, $beginning, $start_of_vevent, $valarm_description, $start_unixtime, $end_unixtime, $display_end_tmp, $end_time_tmp1, - $recurrence_id, $uid, $rrule, $until_check, + $recurrence_id, $recurrence_d, $recurrence_, $uid, $rrule, $until_check, $until, $byweek, $byweekno, $byminute, $byhour, $bysecond ); -- cgit v1.2.3