mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Default calendar to 21 days
This commit is contained in:
parent
f322addf00
commit
91a0974597
@ -47,7 +47,7 @@ else {
|
||||
}
|
||||
|
||||
define ('SECS_IN_DAY', 86400);
|
||||
define ('CALENDAR_UPCOMING_DAYS', 14);
|
||||
define ('CALENDAR_UPCOMING_DAYS', 21);
|
||||
define ('CALENDAR_UPCOMING_MAXEVENTS', 10);
|
||||
define ('CALENDAR_URL', $CFG->wwwroot.'/calendar/');
|
||||
define ('CALENDAR_TF_24', '%H:%M');
|
||||
|
Loading…
x
Reference in New Issue
Block a user