Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109aa07
)
MDL-57727 reports: Activity completion report sorting problem
author
Mihail Geshoski
<mihail@moodle.com>
Tue, 12 Dec 2017 01:39:17 +0000
(09:39 +0800)
committer
Mihail Geshoski
<mihail@moodle.com>
Tue, 12 Dec 2017 01:39:17 +0000
(09:39 +0800)
report/progress/index.php
patch
|
blob
|
blame
|
history
diff --git
a/report/progress/index.php
b/report/progress/index.php
index
a3105fe
..
487330e
100644
(file)
--- a/
report/progress/index.php
+++ b/
report/progress/index.php
@@
-147,7
+147,7
@@
if ($total) {
implode(' AND ', $where),
$where_params,
$group,
- $firstnamesort ? 'u.firstname ASC
' : 'u.la
stname ASC',
+ $firstnamesort ? 'u.firstname ASC
, u.lastname ASC' : 'u.lastname ASC, u.fir
stname ASC',
$csv ? 0 : COMPLETION_REPORT_PAGE,
$csv ? 0 : $start,
$context