mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merged from stable
This commit is contained in:
parent
a6c7e600bc
commit
09f275ce55
1 changed files with 1 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ function get_course_teachers($courseid, $sort="t.authority ASC", $exceptions='')
|
||||||
*
|
*
|
||||||
* @param type description
|
* @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
|
/// Using this method because the single SQL is too inefficient
|
||||||
// Note that this has the effect that teachers and students are
|
// Note that this has the effect that teachers and students are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue