From 84caf038dee5cad452182bccf9fc461c7e732856 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 7 Sep 2003 22:01:47 +0000 Subject: [PATCH] Included resource_get_participants() function. --- mod/resource/lib.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/resource/lib.php b/mod/resource/lib.php index f86f332e4c..4c781866ce 100644 --- a/mod/resource/lib.php +++ b/mod/resource/lib.php @@ -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; +} ?> -- 2.39.5