incrementSpamHash() was duplicated for some reason

This commit is contained in:
Michael Foster 2013-07-16 01:34:36 -04:00
parent 5c7e328f5d
commit 2ec71f9b3e

View File

@ -627,10 +627,6 @@ if (isset($_POST['delete'])) {
incrementSpamHash($post['antispam_hash']); incrementSpamHash($post['antispam_hash']);
} }
if (isset($post['antispam_hash'])) {
incrementSpamHash($post['antispam_hash']);
}
if (isset($post['tracked_cites'])) { if (isset($post['tracked_cites'])) {
foreach ($post['tracked_cites'] as $cite) { foreach ($post['tracked_cites'] as $cite) {
$query = prepare('INSERT INTO `cites` VALUES (:board, :post, :target_board, :target)'); $query = prepare('INSERT INTO `cites` VALUES (:board, :post, :target_board, :target)');