MDL-57727 reports: Activity completion report sorting problem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user