aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-01-25 21:01:52 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-01-25 21:01:52 +0000
commit90385cd79a550b4ac08e10e3b8a01abc37965bd4 (patch)
tree87838a4580032f81b981a0867cd2b766d3d81ab6 /phpBB/viewforum.php
parent964615eb0799b2d20d9578af9e328fb1a348d8da (diff)
downloadforums-90385cd79a550b4ac08e10e3b8a01abc37965bd4.tar
forums-90385cd79a550b4ac08e10e3b8a01abc37965bd4.tar.gz
forums-90385cd79a550b4ac08e10e3b8a01abc37965bd4.tar.bz2
forums-90385cd79a550b4ac08e10e3b8a01abc37965bd4.tar.xz
forums-90385cd79a550b4ac08e10e3b8a01abc37965bd4.zip
- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking - added missing config variables - other minor things git-svn-id: file:///svn/phpbb/trunk@5494 89ea8834-ac86-4346-8a33-228a782c2dd0
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