aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-11-03 11:10:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-11-03 11:10:07 +0000
commit61fc9605faa29d1bc5b1be8df2a4ab7f36c92264 (patch)
tree0ee4ae8b718ea253afa73875a53167f1ebf77a39 /phpBB/includes/mcp/mcp_reports.php
parentce8be416d84953ed39cdf3505d55494c7eb63e5b (diff)
downloadforums-61fc9605faa29d1bc5b1be8df2a4ab7f36c92264.tar
forums-61fc9605faa29d1bc5b1be8df2a4ab7f36c92264.tar.gz
forums-61fc9605faa29d1bc5b1be8df2a4ab7f36c92264.tar.bz2
forums-61fc9605faa29d1bc5b1be8df2a4ab7f36c92264.tar.xz
forums-61fc9605faa29d1bc5b1be8df2a4ab7f36c92264.zip
some changes
git-svn-id: file:///svn/phpbb/trunk@8223 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_reports.php')
-rwxr-xr-xphpBB/includes/mcp/mcp_reports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php
index 0faa1dc8b7..37ea7e5132 100755
--- a/phpBB/includes/mcp/mcp_reports.php
+++ b/phpBB/includes/mcp/mcp_reports.php
@@ -599,7 +599,7 @@ function close_report($report_id_list, $mode, $action)
}
}
- foreach($post_info as $post)
+ foreach ($post_info as $post)
{
$forum_ids[$post['forum_id']] = $post['forum_id'];
$topic_ids[$post['topic_id']] = $post['topic_id'];