mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 15:32:32 +02:00
MDL-57727 reports: Activity completion report sorting problem
This commit is contained in:
parent
109aa07648
commit
b68b5f55ca
@ -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