[ticket/11103] Remove todo comments that are no longer todo

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-14 12:49:09 -05:00
parent 31502cdd6c
commit fa6d604016
2 changed files with 0 additions and 7 deletions

View file

@ -184,12 +184,6 @@ class phpbb_notification_type_quote extends phpbb_notification_type_post
$add_notifications[$user_id] = $notifications[$user_id];
}
// todo Adding notifications while editing a post can be funky.
// If the user has read the topic/post already, and the user is newly quoted it an edit,
// The notification will be stuck as unread until another post is made and the user visits
// the topic again because the posts will not be marked as read since the topic is already
// marked as read
// Add the necessary notifications
$this->notification_manager->add_notifications_for_users(self::get_item_type(), $post, $add_notifications);

View file

@ -79,7 +79,6 @@ class ucp_notifications
$message = $user->lang['PREFERENCES_UPDATED'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
trigger_error($message);
}
// todo include language files for extensions?
$this->output_notification_methods('notification_methods', $phpbb_notifications, $template, $user);