incrementSpamHash() was duplicated for some reason
This commit is contained in:
parent
77e4d926d9
commit
c2dc25ac51
4
post.php
4
post.php
@ -627,10 +627,6 @@ if (isset($_POST['delete'])) {
|
||||
incrementSpamHash($post['antispam_hash']);
|
||||
}
|
||||
|
||||
if (isset($post['antispam_hash'])) {
|
||||
incrementSpamHash($post['antispam_hash']);
|
||||
}
|
||||
|
||||
if (isset($post['tracked_cites'])) {
|
||||
foreach ($post['tracked_cites'] as $cite) {
|
||||
$query = prepare('INSERT INTO `cites` VALUES (:board, :post, :target_board, :target)');
|
||||
|
Loading…
Reference in New Issue
Block a user