mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Left out username language variable...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2618 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8fdfd892ff
commit
2c3be2d0a1
1 changed files with 2 additions and 1 deletions
|
@ -943,6 +943,7 @@ if( $mode == 'edit' || $mode == 'save' && ( isset($HTTP_POST_VARS['username']) |
|
||||||
'USER_ACTIVE_NO' => (!$user_status) ? 'checked="checked"' : '',
|
'USER_ACTIVE_NO' => (!$user_status) ? 'checked="checked"' : '',
|
||||||
'RANK_SELECT_BOX' => $rank_select_box,
|
'RANK_SELECT_BOX' => $rank_select_box,
|
||||||
|
|
||||||
|
'L_USERNAME' => $lang['Username'],
|
||||||
'L_USER_TITLE' => $lang['User_admin'],
|
'L_USER_TITLE' => $lang['User_admin'],
|
||||||
'L_USER_EXPLAIN' => $lang['User_admin_explain'],
|
'L_USER_EXPLAIN' => $lang['User_admin_explain'],
|
||||||
'L_NEW_PASSWORD' => $lang['New_password'],
|
'L_NEW_PASSWORD' => $lang['New_password'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue