mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-59650 core_calendar: remove limit from calendar UI
This commit is contained in:
parent
e099259a46
commit
2b815157c9
@ -3316,7 +3316,7 @@ function calendar_get_view(\calendar_information $calendar, $view, $includenavig
|
||||
$calendardate = $type->timestamp_to_date_array($calendar->time);
|
||||
|
||||
$date = new \DateTime('now', core_date::get_user_timezone_object(99));
|
||||
$eventlimit = 200;
|
||||
$eventlimit = 0;
|
||||
|
||||
if ($view === 'day') {
|
||||
$tstart = $type->convert_to_timestamp($calendardate['year'], $calendardate['mon'], $calendardate['mday']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user