This commit is contained in:
Michael Save 2012-04-21 12:42:21 +10:00
parent 07fc56b80b
commit 64f7e70d29

View File

@ -196,11 +196,6 @@ function _create_antibot($board, $thread) {
$query->bindValue(':hash', $antibot->hash());
$query->execute() or error(db_error($query));
if ($query->rowCount() == 0) {
// there was no database entry for this hash. most likely expired.
return true;
}
return $antibot;
}