Browse Source

Fixed small bug with report queue

pull/40/head
Savetheinternet 13 years ago
parent
commit
bdfcfc9b3d
  1. 1
      mod.php

1
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++;

Loading…
Cancel
Save