[ticket/10772] Remove unnecessary comment

PHPBB3-10772
This commit is contained in:
Vjacheslav Trushkin 2013-05-16 09:34:58 +03:00
parent 56ac97e819
commit 1ea1247cd5

View file

@ -146,7 +146,6 @@ if ($view && !$post_id)
if (!$row)
{
// Check for forum style
$sql = 'SELECT forum_style
FROM ' . FORUMS_TABLE . "
WHERE forum_id = $forum_id";