mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10772] Remove unnecessary comment
PHPBB3-10772
This commit is contained in:
parent
56ac97e819
commit
1ea1247cd5
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ if ($view && !$post_id)
|
||||||
|
|
||||||
if (!$row)
|
if (!$row)
|
||||||
{
|
{
|
||||||
// Check for forum style
|
|
||||||
$sql = 'SELECT forum_style
|
$sql = 'SELECT forum_style
|
||||||
FROM ' . FORUMS_TABLE . "
|
FROM ' . FORUMS_TABLE . "
|
||||||
WHERE forum_id = $forum_id";
|
WHERE forum_id = $forum_id";
|
||||||
|
|
Loading…
Add table
Reference in a new issue