Merge branch 'MDL-57727-master' of git://github.com/mihailges/moodle

This commit is contained in:
David Monllao 2018-01-02 12:33:40 +01:00
commit e3cd0dfc2c

View File

@ -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