Skip to content

Commit

Permalink
MDL-13842 Error migrating grades for exercise module...; merged from …
Browse files Browse the repository at this point in the history
…MOODLE_19_STABLE
  • Loading branch information
skodak committed Mar 8, 2008
1 parent 66690b6 commit 9a4314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/exercise/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ function exercise_get_mean_submission_grades($exercise) {
{$CFG->prefix}exercise_submissions s,
{$CFG->prefix}exercise_assessments a
WHERE
AND s.exerciseid = $exercise->id
s.exerciseid = $exercise->id
AND s.late = 0
AND a.submissionid = s.id
AND a.timecreated < $timenow
Expand Down

0 comments on commit 9a4314a

Please sign in to comment.