1
0
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:
Meik Sievertsen
2007-11-03 11:10:07 +00:00
parent ce8be416d8
commit 61fc9605fa
7 changed files with 23 additions and 27 deletions

View File

@@ -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'];