mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/10772] Remove unnecessary comment
PHPBB3-10772
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user