Correct comment.

This commit is contained in:
tjhunt 2008-09-26 05:57:55 +00:00
parent b1bc88dbb3
commit 2ddba27f0a

View File

@ -470,7 +470,7 @@ function quiz_set_grade($newgrade, &$quiz) {
WHERE quiz = ?
", array($factor, $timemodified, $quiz->id));
// Update the quiz_grades table.
// Update the quiz_feedback table.
$success = $success && $DB->execute("
UPDATE {quiz_feedback}
SET mingrade = ? * mingrade, maxgrade = ? * maxgrade