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:
@@ -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'];
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user