mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
some changes
git-svn-id: file:///svn/phpbb/trunk@8223 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user