From b4d8a0e538da4d357d246545d032a8907d7466c6 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sun, 17 Jan 2010 16:48:46 +0000 Subject: [PATCH] spaces git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10412 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth/auth_db.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index 10dcbe1c27..e533f4db77 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -81,10 +81,10 @@ function login_db(&$username, &$password) 'user_row' => $row, ); } - else - { - $captcha->reset(); - } + else + { + $captcha->reset(); + } }