mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
9a51c3d95c
course, cohort, enrol, role, groups and forum used to use hard-coded MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted to $CFG->maxusersperpage.