diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-16 09:34:58 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-16 09:34:58 +0300 |
commit | 1ea1247cd583e1f3f45a4b83310dc3e934caf00d (patch) | |
tree | 83f089238c2db8eb867c354cb84bcf2471e4f7d9 | |
parent | 56ac97e819d0a31d24120bf4f92f2547fad000a2 (diff) | |
download | forums-1ea1247cd583e1f3f45a4b83310dc3e934caf00d.tar forums-1ea1247cd583e1f3f45a4b83310dc3e934caf00d.tar.gz forums-1ea1247cd583e1f3f45a4b83310dc3e934caf00d.tar.bz2 forums-1ea1247cd583e1f3f45a4b83310dc3e934caf00d.tar.xz forums-1ea1247cd583e1f3f45a4b83310dc3e934caf00d.zip |
[ticket/10772] Remove unnecessary comment
PHPBB3-10772
-rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 90625d3f99..fb12dd925a 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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"; |