From bdfcfc9b3db3fbcfcb9be7956d712421200d62dd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 20 Feb 2011 19:00:02 +1100 Subject: [PATCH] Fixed small bug with report queue --- mod.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.php b/mod.php index 224b149d..0dfb8262 100644 --- a/mod.php +++ b/mod.php @@ -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++;