aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-05-19 22:50:25 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-05-19 22:50:25 +0000
commit917eeebc1a3fb19bdbeb479d4e7872c332a57277 (patch)
treeecc5ac8e3bf10b9d80f84b5cefdbc77cdf57a34f /phpBB/posting.php
parent8e800e333ceae99945cb818709a4aba4de3362b0 (diff)
downloadforums-917eeebc1a3fb19bdbeb479d4e7872c332a57277.tar
forums-917eeebc1a3fb19bdbeb479d4e7872c332a57277.tar.gz
forums-917eeebc1a3fb19bdbeb479d4e7872c332a57277.tar.bz2
forums-917eeebc1a3fb19bdbeb479d4e7872c332a57277.tar.xz
forums-917eeebc1a3fb19bdbeb479d4e7872c332a57277.zip
a few changes ;-)
git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
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'];
}