From: moodler Date: Tue, 25 May 2004 02:00:26 +0000 (+0000) Subject: Filters now work on "month" page! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c3f463caca534d8e20fc58066f96c90874dfbfb2;p=moodle.git Filters now work on "month" page! --- diff --git a/calendar/lib.php b/calendar/lib.php index 250a871597..d8e558fa7f 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -607,6 +607,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL) { case 'event': case 'upcoming': case 'day': + case 'month': $getvars = '&from='.$type; break; case 'course':