Typo in function name. Merged from MOODLE_17_STABLE.

This commit is contained in:
tjhunt 2006-11-16 16:46:11 +00:00
parent 1bdf6d2677
commit bdf84aca92

View File

@ -124,7 +124,7 @@
//If all quiz's attempts have visible results, show bestgrade
if (all_attempt_results_visible($quiz, $USER)) {
$gradecol = "$bestgrade / $quiz->grade";
$feedbackcol = quiz_get_feedback($quiz, $bestgrade);
$feedbackcol = quiz_feedback_for_grade($quiz, $bestgrade);
}
}
}