mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +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
|
@ -127,7 +127,9 @@ if ($hassiteconfig
|
|||
'firstaccess' => new lang_string('firstaccess'),
|
||||
'lastaccess' => new lang_string('lastaccess'),
|
||||
'mycourses' => new lang_string('mycourses'),
|
||||
'groups' => new lang_string('groups'))));
|
||||
'groups' => new lang_string('groups'),
|
||||
'suspended' => new lang_string('suspended', 'auth'),
|
||||
)));
|
||||
|
||||
// Select fields to display as part of user identity (only to those
|
||||
// with moodle/site:viewuseridentity).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue