From: martinlanghoff Date: Tue, 17 Apr 2007 02:54:13 +0000 (+0000) Subject: (iCalendar export) calendar: Removing filter controls from export page, as no purpose... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a1e080f7c6b820192dd83b7f47f0d0f521a5cfee;p=moodle.git (iCalendar export) calendar: Removing filter controls from export page, as no purpose and buggy Author: Andrew Walbran --- 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 '
'; -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);