From 25493bff2730a7c35dfa9881b34f6a15cf787c5b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 10 Feb 2011 19:42:52 +0000 Subject: [PATCH] - user web: fix "nowrap" post display svn path=/trunk/boinc/; revision=23017 --- checkin_notes | 6 ++++++ html/inc/forum.inc | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index eb11dc9e82..52a6ea8c51 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/inc/forum.inc b/html/inc/forum.inc index a44fcd2475..fcf353eed0 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -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: //