From a1e080f7c6b820192dd83b7f47f0d0f521a5cfee Mon Sep 17 00:00:00 2001 From: martinlanghoff <martinlanghoff> Date: Tue, 17 Apr 2007 02:54:13 +0000 Subject: [PATCH] (iCalendar export) calendar: Removing filter controls from export page, as no purpose and buggy Author: Andrew Walbran <andrew.walbran@catalyst.net.nz> --- calendar/export.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/calendar/export.php b/calendar/export.php index af7029804a..9a73b3b877 100644 --- a/calendar/export.php +++ b/calendar/export.php @@ -90,10 +90,6 @@ list($prevmon, $prevyr) = calendar_sub_month($mon, $yr); list($nextmon, $nextyr) = calendar_add_month($mon, $yr); $getvars = 'cal_d='.$day.'&cal_m='.$mon.'&cal_y='.$yr; // For filtering -echo '<div class="filters">'; -echo calendar_filter_controls('export', $getvars); -echo '</div>'; - echo '<div class="minicalendarblock">'; echo calendar_top_controls('display', array('m' => $prevmon, 'y' => $prevyr)); echo calendar_get_mini($courses, $groups, $users, $prevmon, $prevyr); -- 2.39.5