mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard.
This commit is contained in:
parent
6f87ef52b9
commit
55ac3d6f21
6 changed files with 6 additions and 5 deletions
|
@ -97,7 +97,7 @@ class resource_file extends resource_base {
|
|||
'value' => $USER->icq),
|
||||
'userphone1' => array('langstr' => get_string('phone').' 1',
|
||||
'value' => $USER->phone1),
|
||||
'userphone2' => array('langstr' => get_string('phone').' 2',
|
||||
'userphone2' => array('langstr' => get_string('phone2').' 2',
|
||||
'value' => $USER->phone2),
|
||||
'userinstitution' => array('langstr' => get_string('institution'),
|
||||
'value' => $USER->institution),
|
||||
|
|
|
@ -106,7 +106,7 @@ function set_parameters() {
|
|||
'value' => $USER->icq),
|
||||
'userphone1' => array('langstr' => get_string('phone').' 1',
|
||||
'value' => $USER->phone1),
|
||||
'userphone2' => array('langstr' => get_string('phone').' 2',
|
||||
'userphone2' => array('langstr' => get_string('phone2').' 2',
|
||||
'value' => $USER->phone2),
|
||||
'userinstitution' => array('langstr' => get_string('institution'),
|
||||
'value' => $USER->institution),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue