From 2a395c25874187bc10f3cc3e1bc99daccff71324 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 13 Nov 2003 06:02:47 +0000 Subject: Moved select to list icals, changed ical_parser back to previous. --- functions/ical_parser.php | 2 +- functions/list_icals.php | 3 +++ includes/sidebar.php | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/ical_parser.php b/functions/ical_parser.php index 990abe3..7775c49 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -395,7 +395,7 @@ foreach ($cal_filelist as $filename) { if (!isset($number)) $number = 1; // if $until isn't set yet, we set it to the end of our range we're looking at // The FREQ switch array will always kick our early, so lets try this workaround. - if (isset($until)) $until = strtotime('+'.$interval.' '.$freq_type, $until);; + // if (isset($until)) $until = strtotime('+'.$interval.' '.$freq_type, $until);; if (!isset($until)) $until = $end_range_time; $end_date_time = $until; diff --git a/functions/list_icals.php b/functions/list_icals.php index 57de27a..fecf484 100644 --- a/functions/list_icals.php +++ b/functions/list_icals.php @@ -7,6 +7,9 @@ if ($display_ical_list == "yes") { } else { $query=""; } + echo ""; include('./functions/list_icals.php'); include('./functions/list_years.php'); include('./functions/list_months.php'); -- cgit v1.2.3