mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Add idnumber to list of course students
This commit is contained in:
parent
c8d63a00e4
commit
20439c700b
@ -1165,7 +1165,7 @@ function get_course_students($courseid, $sort="s.timeaccess", $dir="", $page=0,
|
||||
}
|
||||
|
||||
return get_records_sql("SELECT u.id, u.confirmed, u.username, u.firstname, u.lastname, u.maildisplay, u.mailformat,
|
||||
u.email, u.city, u.country, u.picture, u.department, u.institution,
|
||||
u.email, u.city, u.country, u.picture, u.idnumber, u.department, u.institution,
|
||||
u.emailstop, u.lang, u.timezone, s.timeaccess as lastaccess
|
||||
FROM {$CFG->prefix}user u,
|
||||
{$CFG->prefix}user_students s
|
||||
|
Loading…
x
Reference in New Issue
Block a user