1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02: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'];
}
}
//