mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
a few changes ;-)
git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -628,7 +628,7 @@ if ($submit || $preview || $refresh)
|
||||
$confirm_row = $db->sql_fetchrow($result);
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
if (strcasecmp($confirm_row['code'], $confirm_code) == 0)
|
||||
if (strcasecmp($confirm_row['code'], $confirm_code) !== 0)
|
||||
{
|
||||
$error[] = $user->lang['CONFIRM_CODE_WRONG'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user