aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-31 20:06:50 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-31 20:06:50 +0000
commit5fbf8997145c0d2bf53f8329756483f7dfdf3605 (patch)
treeb0b39e310102ff4ef023044b7e7a957c44ed4ddf /phpBB/index.php
parentdb8652122c2b0705eed8e4fde76baccbe497319a (diff)
downloadforums-5fbf8997145c0d2bf53f8329756483f7dfdf3605.tar
forums-5fbf8997145c0d2bf53f8329756483f7dfdf3605.tar.gz
forums-5fbf8997145c0d2bf53f8329756483f7dfdf3605.tar.bz2
forums-5fbf8997145c0d2bf53f8329756483f7dfdf3605.tar.xz
forums-5fbf8997145c0d2bf53f8329756483f7dfdf3605.zip
More compliance updates + select previous posts in viewtopic
git-svn-id: file:///svn/phpbb/trunk@771 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index a7c04f27f8..dc13581e40 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -306,7 +306,7 @@ if($total_categories = $db->sql_numrows($q_categories))
"LAST_POST" => $last_post,
"MODERATORS" => $moderators_links,
- "U_VIEWFORUM" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id&amp;" . $forum_rows[$j]['forum_posts']))
+ "U_VIEWFORUM" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id"))
);
$count++;