Fixed reports using the new scales (numerical etc)

This commit is contained in:
moodler 2003-08-25 15:59:39 +00:00
parent eb06f902f4
commit 72bb2118b6

View File

@ -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");