From a1e080f7c6b820192dd83b7f47f0d0f521a5cfee Mon Sep 17 00:00:00 2001 From: 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 --- calendar/export.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/calendar/export.php b/calendar/export.php index af7029804a7..9a73b3b8776 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 '
'; -echo calendar_filter_controls('export', $getvars); -echo '
'; - echo '
'; echo calendar_top_controls('display', array('m' => $prevmon, 'y' => $prevyr)); echo calendar_get_mini($courses, $groups, $users, $prevmon, $prevyr);