mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Filters now work on "month" page!
This commit is contained in:
parent
a3159a7685
commit
c3f463caca
1 changed files with 1 additions and 0 deletions
|
@ -607,6 +607,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL) {
|
||||||
case 'event':
|
case 'event':
|
||||||
case 'upcoming':
|
case 'upcoming':
|
||||||
case 'day':
|
case 'day':
|
||||||
|
case 'month':
|
||||||
$getvars = '&from='.$type;
|
$getvars = '&from='.$type;
|
||||||
break;
|
break;
|
||||||
case 'course':
|
case 'course':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue