From: moodler Date: Fri, 10 Sep 2004 06:05:29 +0000 (+0000) Subject: Merged from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=09f275ce559f38c76961881b931790ede34ce084;p=moodle.git Merged from stable --- 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