Fixed small bug with report queue

This commit is contained in:
Savetheinternet 2011-02-20 19:00:02 +11:00
parent e210a73a2e
commit bdfcfc9b3d

View File

@ -123,6 +123,7 @@
$p_query = prepare("DELETE FROM `reports` WHERE `post` = :id");
$p_query->bindValue(':id', $report['post'], PDO::PARAM_INT);
$p_query->execute() or error(db_error($query));
continue;
}
$reports++;