diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 16:48:46 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 16:48:46 +0000 |
| commit | b4d8a0e538da4d357d246545d032a8907d7466c6 (patch) | |
| tree | d5b90caffb70cdb377a3f3594e646b83b8d534e5 | |
| parent | ef2cd7b6c96ba1cf39f7ee6cc0655278c1e4a485 (diff) | |
| download | forums-b4d8a0e538da4d357d246545d032a8907d7466c6.tar forums-b4d8a0e538da4d357d246545d032a8907d7466c6.tar.gz forums-b4d8a0e538da4d357d246545d032a8907d7466c6.tar.bz2 forums-b4d8a0e538da4d357d246545d032a8907d7466c6.tar.xz forums-b4d8a0e538da4d357d246545d032a8907d7466c6.zip | |
spaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10412 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/auth/auth_db.php | 8 |
1 files 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(); + } } |
