Skip to content

Commit

Permalink
quiz: NOBUG fix silly typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 1, 2010
1 parent 8756316 commit ac250ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function quiz_update_effective_access($quiz, $userid) {
list($extra, $params) = $DB->get_in_or_equal(array_values($groupings[$groupingid]));
$sql = "SELECT * FROM {quiz_overrides}
WHERE groupid $extra AND quiz = ?";
$params[] = $qiuz->id;
$params[] = $quiz->id;
$records = $DB->get_records_sql($sql, $params);

// Combine the overrides
Expand Down

0 comments on commit ac250ad

Please sign in to comment.