mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-31953 - Resource - Removing the deprecated resource_get_participants function
This commit is contained in:
parent
e16e2300c5
commit
c72c01b184
1 changed files with 0 additions and 12 deletions
|
@ -217,18 +217,6 @@ function resource_user_complete($course, $user, $mod, $resource) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the users with data in one resource
|
||||
*
|
||||
* @todo: deprecated - to be deleted in 2.2
|
||||
*
|
||||
* @param int $resourceid
|
||||
* @return bool false
|
||||
*/
|
||||
function resource_get_participants($resourceid) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Given a course_module object, this function returns any
|
||||
* "extra" information that may be needed when printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue