mirror of
https://github.com/moodle/moodle.git
synced 2025-04-18 23:15:38 +02:00
hmm, now it should be final - forgotten part 2
This commit is contained in:
parent
fed7cdc9c4
commit
1827c8264d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user