mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merged branch 'w52_MDL-30548_m23_suspenduser' of git://github.com/skodak/moodle.git with conflict resolution
This commit is contained in:
commit
44d5c138a2
11 changed files with 150 additions and 54 deletions
|
@ -314,7 +314,7 @@ function get_users_listing($sort='lastaccess', $dir='ASC', $page=0, $recordsperp
|
|||
|
||||
// warning: will return UNCONFIRMED USERS
|
||||
return $DB->get_records_sql("SELECT id, username, email, firstname, lastname, city, country,
|
||||
lastaccess, confirmed, mnethostid$extrafields
|
||||
lastaccess, confirmed, mnethostid, suspended $extrafields
|
||||
FROM {user}
|
||||
WHERE $select
|
||||
$sort", $params, $page, $recordsperpage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue