aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-12-24 17:41:02 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-12-24 17:41:02 +0000
commitc25b19bd2436a3c054d094baebd7c3e05dc1bd39 (patch)
tree17ba6536f1fa4a433c0a8948bbd13f0ece8df152
parent53df246c9fffc9277bd87698e161cdccdda71f86 (diff)
downloadphpicalendar-c25b19bd2436a3c054d094baebd7c3e05dc1bd39.tar.gz
phpicalendar-c25b19bd2436a3c054d094baebd7c3e05dc1bd39.tar.bz2
phpicalendar-c25b19bd2436a3c054d094baebd7c3e05dc1bd39.zip
Unset additional recurrence variables in ICS parser
-rw-r--r--README1
-rw-r--r--functions/ical_parser.php2
2 files changed, 2 insertions, 1 deletions
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
);

© 2014-2024 Faster IT GmbH | imprint | privacy policy