Included resource_get_participants() function.

This commit is contained in:
stronk7 2003-09-07 22:01:47 +00:00
parent eb452548f5
commit 84caf038de

View File

@ -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;
}
?>