- user web: fix "nowrap" post display

svn path=/trunk/boinc/; revision=23017
This commit is contained in:
David Anderson 2011-02-10 19:42:52 +00:00
parent 49ea516b92
commit 25493bff27
2 changed files with 8 additions and 3 deletions

View File

@ -618,3 +618,9 @@ David 9 Feb 2011
forum_help_desk.php
forum_index.php
white.css
David 9 Feb 2011
- user web: fix "nowrap" post display
html/inc/
forum.inc

View File

@ -372,9 +372,8 @@ function show_posts(
$postnumber++;
if (should_show_post(
$logged_in_user, $postcount, $postnumber, $post,
$sort_style, $last_visit)
) {
$sort_style, $last_visit, $nowrap
)) {
if ($postnumber!=$previous_post+1){
// A number of posts were hidden, display a way to unhide them:
//