diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 17:16:08 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 17:16:08 +0000 |
commit | 0480a4e91e4da1a9494cd0b0370780fabed5479c (patch) | |
tree | 7b3a163e9f55d261630644df5cfebcc1b228a58d | |
parent | f9692abe92a635bf33314bbe0a1f01fc0b470d72 (diff) | |
download | forums-0480a4e91e4da1a9494cd0b0370780fabed5479c.tar forums-0480a4e91e4da1a9494cd0b0370780fabed5479c.tar.gz forums-0480a4e91e4da1a9494cd0b0370780fabed5479c.tar.bz2 forums-0480a4e91e4da1a9494cd0b0370780fabed5479c.tar.xz forums-0480a4e91e4da1a9494cd0b0370780fabed5479c.zip |
spaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10418 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/auth/auth_db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index e533f4db77..13daf3ed61 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -62,7 +62,7 @@ function login_db(&$username, &$password) 'user_row' => array('user_id' => ANONYMOUS), ); } - $show_captcha = $config['max_login_attempts'] && $row['user_login_attempts'] >= $config['max_login_attempts']; + $show_captcha = $config['max_login_attempts'] && $row['user_login_attempts'] >= $config['max_login_attempts']; // If there are too much login attempts, we need to check for an confirm image // Every auth module is able to define what to do by itself... |