diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-18 18:32:13 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-18 18:32:13 -0500 |
commit | ae670cc87df197e44b768667b853e1dae3009b4d (patch) | |
tree | ba39c95e90ee469f29694b447f50d560b47142bc /phpBB/includes/functions.php | |
parent | 883a96172065b5eb7b07f7c6e19ff2b1d5079ef9 (diff) | |
download | forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.gz forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.bz2 forums-ae670cc87df197e44b768667b853e1dae3009b4d.tar.xz forums-ae670cc87df197e44b768667b853e1dae3009b4d.zip |
[ticket/11103] Remove unnecessary comments
Comments that are not needed because the actions are completely
self-explanatory
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0af8e824c8..2827dae1a8 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1386,7 +1386,6 @@ function markread($mode, $forum_id = false, $topic_id = false, $post_time = 0, $ $forum_id = array($forum_id); } - // Mark topic notifications read for this user in this forum $phpbb_notifications->mark_notifications_read_by_parent(array('topic', 'approve_topic'), $forum_id, $user->data['user_id'], $post_time); // Mark all post/quote notifications read for this user in this forum |