1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00

Bug fixes, typo (user was successfully ddeleted) :)

git-svn-id: file:///svn/phpbb/trunk@858 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7 2001-08-13 21:13:19 +00:00
parent b476b503c5
commit c4ca2f5579
2 changed files with 1 additions and 6 deletions

View File

@ -309,11 +309,6 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id'])
{
$error = FALSE;
$passwd_sql = "";
if($user_id != $userdata['user_id'])
{
$error = TRUE;
$error_msg = $lang['Wrong_Profile'];
}
}
//

View File

@ -784,7 +784,7 @@ $lang['User_admin'] = "Administration";
$lang['User_admin_explain'] = "Here you can change your user's information. Do not abuse this power.<br />Deleting users is not provided here, nor is changing admin status. <br />Use the banning and user permission pages respectively.";
$lang['User_delete'] = "Delete this user";
$lang['User_delete_explain'] = "Click here to delete this user. This cannot be undone.";
$lang['User_deleted'] = "User was successfully ddeleted.";
$lang['User_deleted'] = "User was successfully deleted.";
//
// End