This commit is contained in:
Michael Save 2012-04-21 12:42:21 +10:00
parent 8b7a1d511c
commit 71061ed81a

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;
}