Default calendar to 21 days

This commit is contained in:
moodler 2004-08-05 09:28:44 +00:00
parent f322addf00
commit 91a0974597

View File

@ -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');