aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 13:15:26 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 13:15:26 -0500
commit7104aeb77e2f6066cbbda0585fc8523426e4b7c7 (patch)
tree1f48c70a38b16ee6bd5aee98e1cb4f2b5659a175 /phpBB/viewtopic.php
parentcb0335ebcb580eafaf1bd2bed1663b31af77ef40 (diff)
parent406c48c65535e79732a2d94e5031aa9b19ac2117 (diff)
downloadforums-7104aeb77e2f6066cbbda0585fc8523426e4b7c7.tar
forums-7104aeb77e2f6066cbbda0585fc8523426e4b7c7.tar.gz
forums-7104aeb77e2f6066cbbda0585fc8523426e4b7c7.tar.bz2
forums-7104aeb77e2f6066cbbda0585fc8523426e4b7c7.tar.xz
forums-7104aeb77e2f6066cbbda0585fc8523426e4b7c7.zip
Merge branch 'develop-olympus' into develop
# By Vjacheslav Trushkin # Via Nathaniel Guse (1) and Vjacheslav Trushkin (1) * develop-olympus: [ticket/10772] Remove unnecessary comment [ticket/10772] Functional tests for forum style Conflicts: tests/functional/forum_style_test.php
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 62ee5cc8de..4dd03202f1 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -145,7 +145,6 @@ if ($view && !$post_id)
if (!$row)
{
- // Check for forum style
$sql = 'SELECT forum_style
FROM ' . FORUMS_TABLE . "
WHERE forum_id = $forum_id";