mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Order by rating now works. See bug 3566.
(http://moodle.org/bugs/bug.php?op=show&bugid=3566) Merged from MOODLE_15_STABLE
This commit is contained in:
parent
c07ca217f0
commit
9d8caf59ec
@ -48,7 +48,7 @@
|
||||
echo "<tr>";
|
||||
echo "<th> </th>";
|
||||
echo "<th><a href=\"report.php?id=$post->id&sort=u.firstname\">$strname</a>";
|
||||
echo "<th width=\"100%\"><a \"href=report.php?id=$post->id&sort=r.rating\">$strrating</a>";
|
||||
echo "<th width=\"100%\"><a href=\"report.php?id=$post->id&sort=r.rating\">$strrating</a>";
|
||||
echo "<th><a href=\"report.php?id=$post->id&sort=r.time\">$strtime</a>";
|
||||
foreach ($ratings as $rating) {
|
||||
if (isteacher($discussion->course, $rating->id)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user