From 917eeebc1a3fb19bdbeb479d4e7872c332a57277 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 19 May 2006 22:50:25 +0000 Subject: a few changes ;-) git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index df1d8caf62..e498c1b989 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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']; } -- cgit v1.2.1