aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-08 23:51:18 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-08 23:51:18 +0000
commit1eb4360a70ff63be285357d4ba806c91c53feea6 (patch)
treeeef6c34440a0998565203cf5dc0c09cf2159023b /functions
parent29faefadbc0d5973a9c9f830f7b11dd12ecaf1dd (diff)
downloadphpicalendar-1eb4360a70ff63be285357d4ba806c91c53feea6.tar.gz
phpicalendar-1eb4360a70ff63be285357d4ba806c91c53feea6.tar.bz2
phpicalendar-1eb4360a70ff63be285357d4ba806c91c53feea6.zip
Fix for DTEND incorrectly remembering Timezones across events.
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index 8cd7ba5..57804ff 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -898,7 +898,7 @@ foreach ($cal_filelist as $filename) {
$end_unixtime = calcTime($offset_tmp, $server_offset_tmp, $end_unixtime);
$end_date = date('Ymd', $end_unixtime);
$end_time = date('Hi', $end_unixtime);
- unset($server_offset_tmp);
+ unset($server_offset_tmp, $offset_tmp, $tz_dtend);
}
break;

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