From 2c3be2d0a1ea877e286984f47608c0aabd4d010d Mon Sep 17 00:00:00 2001 From: the_systech Date: Tue, 28 May 2002 18:30:45 +0000 Subject: [PATCH] Left out username language variable... git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2618 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/admin/admin_users.php b/phpBB/admin/admin_users.php index ab8be3bae6..c36faf3ca9 100644 --- a/phpBB/admin/admin_users.php +++ b/phpBB/admin/admin_users.php @@ -943,6 +943,7 @@ if( $mode == 'edit' || $mode == 'save' && ( isset($HTTP_POST_VARS['username']) | 'USER_ACTIVE_NO' => (!$user_status) ? 'checked="checked"' : '', 'RANK_SELECT_BOX' => $rank_select_box, + 'L_USERNAME' => $lang['Username'], 'L_USER_TITLE' => $lang['User_admin'], 'L_USER_EXPLAIN' => $lang['User_admin_explain'], 'L_NEW_PASSWORD' => $lang['New_password'], @@ -1059,4 +1060,4 @@ else include('./page_footer_admin.'.$phpEx); -?> \ No newline at end of file +?>