aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/notification/type/post.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/notification/type/post.php b/phpBB/includes/notification/type/post.php
index 65b0c1adf2..a2b1fbf82a 100644
--- a/phpBB/includes/notification/type/post.php
+++ b/phpBB/includes/notification/type/post.php
@@ -149,7 +149,6 @@ class phpbb_notification_type_post extends phpbb_notification_type_base
$sql = 'UPDATE ' . NOTIFICATIONS_TABLE . '
SET ' . $this->db->sql_build_array('UPDATE', $notification->add_responders($post)) . '
WHERE notification_id = ' . $row['notification_id'];
- echo $sql;
$this->db->sql_query($sql);
}
$this->db->sql_freeresult($result);