mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-18824 changing fullname name (fullnamedisplay) default value to language.
This commit is contained in:
parent
c71c725ec3
commit
cdfedbd228
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
|
||||||
2700 => get_string('numminutes', '', 45),
|
2700 => get_string('numminutes', '', 45),
|
||||||
3600 => get_string('numminutes', '', 60))));
|
3600 => get_string('numminutes', '', 60))));
|
||||||
$temp->add(new admin_setting_configselect('fullnamedisplay', get_string('fullnamedisplay', 'admin'), get_string('configfullnamedisplay', 'admin'),
|
$temp->add(new admin_setting_configselect('fullnamedisplay', get_string('fullnamedisplay', 'admin'), get_string('configfullnamedisplay', 'admin'),
|
||||||
'firstname lastname', array('language' => get_string('language'),
|
'language', array('language' => get_string('language'),
|
||||||
'firstname lastname' => get_string('firstname').' + '.get_string('lastname'),
|
'firstname lastname' => get_string('firstname').' + '.get_string('lastname'),
|
||||||
'lastname firstname' => get_string('lastname').' + '.get_string('firstname'),
|
'lastname firstname' => get_string('lastname').' + '.get_string('firstname'),
|
||||||
'firstname' => get_string('firstname'))));
|
'firstname' => get_string('firstname'))));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue