aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-11 22:40:48 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-11 22:40:48 -0500
commit1e3abdc49fa1d51703127033b0d8f2cd45da9741 (patch)
tree3a060973eea7c74ab81a06684e9baf90bca167b9
parent1b56a1d6be12afb851a158a5e09965a6528d1435 (diff)
downloadforums-1e3abdc49fa1d51703127033b0d8f2cd45da9741.tar
forums-1e3abdc49fa1d51703127033b0d8f2cd45da9741.tar.gz
forums-1e3abdc49fa1d51703127033b0d8f2cd45da9741.tar.bz2
forums-1e3abdc49fa1d51703127033b0d8f2cd45da9741.tar.xz
forums-1e3abdc49fa1d51703127033b0d8f2cd45da9741.zip
[ticket/11103] Remove debug code
PHPBB3-11103
-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);