From 694d2fb6921bc2e48051eb8e2c20bd0fe1dbd609 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 16 Apr 2010 19:10:17 +0000 Subject: Better fix for Bug 2968512 --- functions/parse/end_vevent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions/parse/end_vevent.php') 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, # -- cgit v1.2.3