mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Correct comment.
This commit is contained in:
parent
b1bc88dbb3
commit
2ddba27f0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user