From 5fbf8997145c0d2bf53f8329756483f7dfdf3605 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 31 Jul 2001 20:06:50 +0000 Subject: More compliance updates + select previous posts in viewtopic git-svn-id: file:///svn/phpbb/trunk@771 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/index.php') 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&" . $forum_rows[$j]['forum_posts'])) + "U_VIEWFORUM" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id")) ); $count++; -- cgit v1.2.1