mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Included resource_get_participants() function.
This commit is contained in:
parent
eb452548f5
commit
84caf038de
@ -126,5 +126,11 @@ function resource_user_complete($course, $user, $mod, $resource) {
|
||||
}
|
||||
}
|
||||
|
||||
function resource_get_participants($resourceid) {
|
||||
//Returns the users with data in one resource
|
||||
//(NONE, byt must exists on EVERY mod !!)
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user