mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@8086 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
72f2e11091
commit
01b46eb4e0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class mcp_reports
|
||||||
$forum_options = '<option value="0"' . (($forum_id == 0) ? ' selected="selected"' : '') . '>' . $user->lang['ALL_FORUMS'] . '</option>';
|
$forum_options = '<option value="0"' . (($forum_id == 0) ? ' selected="selected"' : '') . '>' . $user->lang['ALL_FORUMS'] . '</option>';
|
||||||
foreach ($forum_list_reports as $row)
|
foreach ($forum_list_reports as $row)
|
||||||
{
|
{
|
||||||
$forum_options .= '<option value="' . $row['forum_id'] . '"' . (($forum_id == $row['forum_id']) ? ' selected="selected"' : '') . '>' . $row['forum_name'] . '</option>';
|
$forum_options .= '<option value="' . $row['forum_id'] . '"' . (($forum_id == $row['forum_id']) ? ' selected="selected"' : '') . '>' . str_repeat(' ', $row['padding']) . $row['forum_name'] . '</option>';
|
||||||
$forum_data[$row['forum_id']] = $row;
|
$forum_data[$row['forum_id']] = $row;
|
||||||
}
|
}
|
||||||
unset($forum_list_reports);
|
unset($forum_list_reports);
|
||||||
|
|
Loading…
Add table
Reference in a new issue