aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse/end_vevent.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-04-16 19:10:17 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-04-16 19:10:17 +0000
commit694d2fb6921bc2e48051eb8e2c20bd0fe1dbd609 (patch)
tree251ff8c2aa2195b9a7a8b26ebc15c35e73e3f4da /functions/parse/end_vevent.php
parent2ccdb089fcfdcb7ceb66283df426de105d22c8c3 (diff)
downloadphpicalendar-694d2fb6921bc2e48051eb8e2c20bd0fe1dbd609.tar.gz
phpicalendar-694d2fb6921bc2e48051eb8e2c20bd0fe1dbd609.tar.bz2
phpicalendar-694d2fb6921bc2e48051eb8e2c20bd0fe1dbd609.zip
Better fix for Bug 2968512
Diffstat (limited to 'functions/parse/end_vevent.php')
-rw-r--r--functions/parse/end_vevent.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/parse/end_vevent.php b/functions/parse/end_vevent.php
index a6546d5..7def602 100644
--- a/functions/parse/end_vevent.php
+++ b/functions/parse/end_vevent.php
@@ -326,7 +326,8 @@ foreach($recur_data as $recur_data_unixtime) {
$master_array[$this_date_tmp][$time_key][$uid] = array (
'event_start' => $start_time, # hhmm
'event_end' => $end_time, # hhmm
- 'display_end' => $display_end_tmp, # hhmm display_start is $time_key
+ 'display_start' => $time_key, # hhmm
+ 'display_end' => $display_end_tmp, # hhmm
'start_unixtime' => $start_unixtime_tmp, # start unixtime for this recurrence
'end_unixtime' => $end_unixtime_tmp, # end unixtime for this recurrence
'event_text' => $summary, #

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