From c2dc25ac51d76c104e8a0cd3b8540886218f13ab Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Tue, 16 Jul 2013 01:34:36 -0400 Subject: [PATCH] incrementSpamHash() was duplicated for some reason --- post.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/post.php b/post.php index f236e929..3d718786 100644 --- a/post.php +++ b/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)');