]> git.mjollnir.org Git - moodle.git/commitdiff
hmm, now it should be final
authorskodak <skodak>
Thu, 9 Aug 2007 12:45:36 +0000 (12:45 +0000)
committerskodak <skodak>
Thu, 9 Aug 2007 12:45:36 +0000 (12:45 +0000)
lib/gradelib.php

index 6f3aac2d7f7bec7053e6b10112f830182177852c..4211c70d42f276bed522c69794cd1772e5cc5cc5 100644 (file)
@@ -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 {