aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse/end_vevent.php
diff options
context:
space:
mode:
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