1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10412 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2010-01-17 16:48:46 +00:00
parent ef2cd7b6c9
commit b4d8a0e538

View File

@ -81,10 +81,10 @@ function login_db(&$username, &$password)
'user_row' => $row,
);
}
else
{
$captcha->reset();
}
else
{
$captcha->reset();
}
}