aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index e0dd3e4caa..df238c13a8 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -56,9 +56,6 @@ if ($user->data['is_registered'])
$sql_from .= ' LEFT JOIN ' . FORUMS_WATCH_TABLE . ' fw ON (fw.forum_id = f.forum_id AND fw.user_id = ' . $user->data['user_id'] . ')';
$lastread_select .= ', fw.notify_status';
}
-else
-{
-}
$sql = "SELECT f.* $lastread_select
FROM $sql_from