mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Fixed reports using the new scales (numerical etc)
This commit is contained in:
parent
eb06f902f4
commit
72bb2118b6
@ -31,11 +31,7 @@
|
||||
$sort = "r.time";
|
||||
}
|
||||
|
||||
if (!$scale = get_record("scale", "id", $forum->scale)) {
|
||||
error("Scale not found!");
|
||||
}
|
||||
|
||||
$scalemenu = make_menu_from_list($scale->scale);
|
||||
$scalemenu = make_grades_menu($forum->scale);
|
||||
|
||||
$strratings = get_string("ratings", "forum");
|
||||
$strrating = get_string("rating", "forum");
|
||||
|
Loading…
x
Reference in New Issue
Block a user