diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-31 20:06:50 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-31 20:06:50 +0000 |
| commit | 5fbf8997145c0d2bf53f8329756483f7dfdf3605 (patch) | |
| tree | b0b39e310102ff4ef023044b7e7a957c44ed4ddf /phpBB/index.php | |
| parent | db8652122c2b0705eed8e4fde76baccbe497319a (diff) | |
| download | forums-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.php | 2 |
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&" . $forum_rows[$j]['forum_posts'])) + "U_VIEWFORUM" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id")) ); $count++; |
