aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-18 18:32:13 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-18 18:32:13 -0500
commitae670cc87df197e44b768667b853e1dae3009b4d (patch)
treeba39c95e90ee469f29694b447f50d560b47142bc /phpBB/report.php
parent883a96172065b5eb7b07f7c6e19ff2b1d5079ef9 (diff)
downloadforums-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/report.php')
-rw-r--r--phpBB/report.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index 9f3b09d5ba..07b9711ae1 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -185,7 +185,6 @@ if ($submit && $reason_id)
$lang_return = $user->lang['RETURN_TOPIC'];
$lang_success = $user->lang['POST_REPORTED_SUCCESS'];
- // Notify relevant users
$phpbb_notifications->add_notifications('report_post', array_merge($report_data, $row, $forum_data, array(
'report_text' => $report_text,
)));
@@ -216,7 +215,6 @@ if ($submit && $reason_id)
$lang_return = $user->lang['RETURN_PM'];
$lang_success = $user->lang['PM_REPORTED_SUCCESS'];
- // Notify relevant users
$phpbb_notifications->add_notifications('report_pm', array_merge($report_data, $row, array(
'report_text' => $report_text,
'from_user_id' => $report_data['author_id'],