projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed7cdc
)
hmm, now it should be final - forgotten part 2
author
skodak
<skodak>
Thu, 9 Aug 2007 12:52:15 +0000
(12:52 +0000)
committer
skodak
<skodak>
Thu, 9 Aug 2007 12:52:15 +0000
(12:52 +0000)
lib/grade/grade_grade.php
patch
|
blob
|
history
diff --git
a/lib/grade/grade_grade.php
b/lib/grade/grade_grade.php
index 4c60b2c8fcef0d4886fbd38f09afe3ba44ee8d68..ecb43047d83d0251dbb9d03e4aa6c02d75a21294 100644
(file)
--- a/
lib/grade/grade_grade.php
+++ b/
lib/grade/grade_grade.php
@@
-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);