MDL-18824 changing fullname name (fullnamedisplay) default value to language.

This commit is contained in:
Rossiani Wijaya 2010-01-06 05:11:25 +00:00
parent c71c725ec3
commit cdfedbd228

View File

@ -33,7 +33,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
2700 => get_string('numminutes', '', 45),
3600 => get_string('numminutes', '', 60))));
$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'),
'lastname firstname' => get_string('lastname').' + '.get_string('firstname'),
'firstname' => get_string('firstname'))));