diff --git a/inc/anti-bot.php b/inc/anti-bot.php index cd2ff795..131a643c 100644 --- a/inc/anti-bot.php +++ b/inc/anti-bot.php @@ -177,7 +177,7 @@ function _create_antibot($board, $thread) { $antibot = new AntiBot(array($board, $thread)); - query('DELETE FROM `antispam` WHERE `expires` < UNIX_TIMESTAMP()') or error(db_error($query)); + query('DELETE FROM `antispam` WHERE `expires` < UNIX_TIMESTAMP()') or error(db_error()); if($thread) $query = prepare('UPDATE `antispam` SET `expires` = UNIX_TIMESTAMP() + :expires WHERE `board` = :board AND `thread` = :thread');