mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
What?
This commit is contained in:
parent
07fc56b80b
commit
64f7e70d29
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user