mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11103] Remove debug code
PHPBB3-11103
This commit is contained in:
parent
1b56a1d6be
commit
1e3abdc49f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue