mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-07 15:11:32 +01:00
Fixed small bug with report queue
This commit is contained in:
parent
3c80d8b857
commit
f56aa019b9
1
mod.php
1
mod.php
@ -123,6 +123,7 @@
|
|||||||
$p_query = prepare("DELETE FROM `reports` WHERE `post` = :id");
|
$p_query = prepare("DELETE FROM `reports` WHERE `post` = :id");
|
||||||
$p_query->bindValue(':id', $report['post'], PDO::PARAM_INT);
|
$p_query->bindValue(':id', $report['post'], PDO::PARAM_INT);
|
||||||
$p_query->execute() or error(db_error($query));
|
$p_query->execute() or error(db_error($query));
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$reports++;
|
$reports++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user