mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Changing the limit for drop down menus on the log page to something reasonable (1000)
This commit is contained in:
parent
a2ce7344de
commit
950c35a96c
@ -16,9 +16,9 @@ define('COURSE_MAX_RECENT_PERIOD', 172800); // Two days, in seconds
|
||||
|
||||
define('COURSE_MAX_SUMMARIES_PER_PAGE', 10); // courses
|
||||
|
||||
define('COURSE_MAX_COURSES_PER_DROPDOWN',5000); // max courses in log dropdown before switching to optional
|
||||
define('COURSE_MAX_COURSES_PER_DROPDOWN',1000); // max courses in log dropdown before switching to optional
|
||||
|
||||
define('COURSE_MAX_USERS_PER_DROPDOWN',5000); // max users in log dropdown before switching to optional
|
||||
define('COURSE_MAX_USERS_PER_DROPDOWN',1000); // max users in log dropdown before switching to optional
|
||||
|
||||
define("FRONTPAGENEWS", 0);
|
||||
define("FRONTPAGECOURSELIST", 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user