mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-31945 folder: Removing deprecated function folder_get_participants
This commit is contained in:
parent
e16e2300c5
commit
c1413e22e2
@ -203,18 +203,6 @@ function folder_user_complete($course, $user, $mod, $folder) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the users with data in one folder
|
||||
*
|
||||
* @todo: deprecated - to be deleted in 2.2
|
||||
*
|
||||
* @param int $folderid
|
||||
* @return bool false
|
||||
*/
|
||||
function folder_get_participants($folderid) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Lists all browsable file areas
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user