mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Fixed typo so dateto uri parameter works.
This commit is contained in:
parent
a2bed05944
commit
3ad24ceaeb
@ -39,7 +39,7 @@
|
|||||||
if ($timetorestrict) {
|
if ($timetorestrict) {
|
||||||
$dateto = make_timestamp($toyear, $tomonth, $today, $tohour, $tominute);
|
$dateto = make_timestamp($toyear, $tomonth, $today, $tohour, $tominute);
|
||||||
} else {
|
} else {
|
||||||
$dateto = optional_param('datefrom', 0, PARAM_INT); // Ending date
|
$dateto = optional_param('dateto', 0, PARAM_INT); // Ending date
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user