Skip to content

Commit

Permalink
hmm, now it should be final
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 9, 2007
1 parent ddc2098 commit fed7cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function grade_regrade_final_grades($courseid, $userid=null, $updated_item=null)
if (count($errors) == 0) {
if (empty($userid)) {
// do the locktime locking of grades, but only when doing full regrading
grade_grade::check_locktime_all($courseid, $gids);
grade_grade::check_locktime_all($gids);
}
return true;
} else {
Expand Down

0 comments on commit fed7cdc

Please sign in to comment.