1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

More compliance updates + select previous posts in viewtopic

git-svn-id: file:///svn/phpbb/trunk@771 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-31 20:06:50 +00:00
parent db8652122c
commit 5fbf899714
4 changed files with 80 additions and 71 deletions

View File

@@ -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++;