hmm, now it should be final - forgotten part 2
authorskodak <skodak>
Thu, 9 Aug 2007 12:52:15 +0000 (12:52 +0000)
committerskodak <skodak>
Thu, 9 Aug 2007 12:52:15 +0000 (12:52 +0000)
lib/grade/grade_grade.php

index 4c60b2c8fcef0d4886fbd38f09afe3ba44ee8d68..ecb43047d83d0251dbb9d03e4aa6c02d75a21294 100644 (file)
@@ -304,11 +304,10 @@ class grade_grade extends grade_object {
 
     /**
      * Lock the grade if needed - make sure this is called only when final grades are valid
-     * @param int $courseid
      * @param array $items array of all grade item ids
      * @return void
      */
-    function check_locktime_all($courseid, $items) {
+    function check_locktime_all($items) {
         global $CFG;
 
         $items_sql = implode(',', $items);