]> git.mjollnir.org Git - moodle.git/commitdiff
Correct comment.
authortjhunt <tjhunt>
Fri, 26 Sep 2008 05:57:55 +0000 (05:57 +0000)
committertjhunt <tjhunt>
Fri, 26 Sep 2008 05:57:55 +0000 (05:57 +0000)
mod/quiz/locallib.php

index d632890bc123271f2b57f6626db4d5b7dfe381ad..68d5042f0d97e8642115eeffede70402b378b1cc 100644 (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