]> git.mjollnir.org Git - moodle.git/commitdiff
Filters now work on "month" page!
authormoodler <moodler>
Tue, 25 May 2004 02:00:26 +0000 (02:00 +0000)
committermoodler <moodler>
Tue, 25 May 2004 02:00:26 +0000 (02:00 +0000)
calendar/lib.php

index 250a871597c11b03fb7329662f93918ae02fd9a0..d8e558fa7f2f47c01bab99bcc2f303550ec35d01 100644 (file)
@@ -607,6 +607,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL) {
         case 'event':
         case 'upcoming':
         case 'day':
+        case 'month':
             $getvars = '&amp;from='.$type;
         break;
         case 'course':