1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 18:50:25 +02:00

[ticket/11103] Remove debug code

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-11 22:40:48 -05:00
parent 1b56a1d6be
commit 1e3abdc49f

View File

@ -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);