mirror of https://github.com/BOINC/boinc.git
- user web: fix "nowrap" post display
svn path=/trunk/boinc/; revision=23017
This commit is contained in:
parent
49ea516b92
commit
25493bff27
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue