Filters now work on "month" page!

This commit is contained in:
moodler 2004-05-25 02:00:26 +00:00
parent a3159a7685
commit c3f463caca

View file

@ -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':