mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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_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("FRONTPAGENEWS", 0);
|
||||||
define("FRONTPAGECOURSELIST", 1);
|
define("FRONTPAGECOURSELIST", 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue