From 09f275ce559f38c76961881b931790ede34ce084 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 10 Sep 2004 06:05:29 +0000 Subject: [PATCH] Merged from stable --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datalib.php b/lib/datalib.php index 47f4f03993..24de1df84b 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -1297,7 +1297,7 @@ function get_course_teachers($courseid, $sort="t.authority ASC", $exceptions='') * * @param type description */ -function get_course_users($courseid, $sort="timeaccess DESC", $exceptions='', $fields='*') { +function get_course_users($courseid, $sort="timeaccess DESC", $exceptions='', $fields='') { /// Using this method because the single SQL is too inefficient // Note that this has the effect that teachers and students are -- 2.39.5