mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-57727-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
e3cd0dfc2c
@ -147,7 +147,7 @@ if ($total) {
|
||||
implode(' AND ', $where),
|
||||
$where_params,
|
||||
$group,
|
||||
$firstnamesort ? 'u.firstname ASC' : 'u.lastname ASC',
|
||||
$firstnamesort ? 'u.firstname ASC, u.lastname ASC' : 'u.lastname ASC, u.firstname ASC',
|
||||
$csv ? 0 : COMPLETION_REPORT_PAGE,
|
||||
$csv ? 0 : $start,
|
||||
$context
|
||||
|
Loading…
x
Reference in New Issue
Block a user