mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
10 per page by default
This commit is contained in:
parent
c14199770b
commit
b1dc6929bc
@ -6,7 +6,7 @@
|
||||
$id = required_param('id', PARAM_INT); // course id
|
||||
$search = trim(optional_param('search', '', PARAM_NOTAGS)); // search string
|
||||
$page = optional_param('page', 0, PARAM_INT); // which page to show
|
||||
$perpage = optional_param('perpage', 20, PARAM_INT); // which page to show
|
||||
$perpage = optional_param('perpage', 10, PARAM_INT); // how many per page
|
||||
$showform = optional_param('showform', 0, PARAM_INT); // Just show the form
|
||||
|
||||
$user = trim(optional_param('user', '', PARAM_NOTAGS)); // Names to search for
|
||||
|
Loading…
x
Reference in New Issue
Block a user