Merge branch 'MDL-30851_master_wip' of git://github.com/grabs/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2012-01-02 20:23:11 +01:00
+1 -1
View File
@@ -154,7 +154,7 @@ if ($courseitemfilter > 0) {
echo '<tr>';
echo '<td>'.$shortname.'</td>';
echo '<td align="right">'
echo '<td align="right">';
echo number_format(($c->avgvalue), 2, $sep_dec, $sep_thous);
echo '</td>';
echo '</tr>';