mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-31950 - Label - Removing the deprecated label_get_participants function
This commit is contained in:
parent
e16e2300c5
commit
3edf380de6
@ -110,19 +110,6 @@ function label_delete_instance($id) {
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the users with data in one resource
|
||||
* (NONE, but must exist on EVERY mod !!)
|
||||
*
|
||||
* @todo: deprecated - to be deleted in 2.2
|
||||
*
|
||||
* @param int $labelid
|
||||
*/
|
||||
function label_get_participants($labelid) {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Given a course_module object, this function returns any
|
||||
* "extra" information that may be needed when printing
|
||||
|
Loading…
x
Reference in New Issue
Block a user