]> git.mjollnir.org Git - moodle.git/commitdiff
Included resource_get_participants() function.
authorstronk7 <stronk7>
Sun, 7 Sep 2003 22:01:47 +0000 (22:01 +0000)
committerstronk7 <stronk7>
Sun, 7 Sep 2003 22:01:47 +0000 (22:01 +0000)
mod/resource/lib.php

index f86f332e4cb4b57982109fa73383ca1d4c0727c4..4c781866ce1f899ba245eff3cf63d212322a2214 100644 (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;
+}
 
 ?>