diff --git a/Rocksolid_Light/rocksolid/overboard.php b/Rocksolid_Light/rocksolid/overboard.php index 0dbd223..b396d81 100644 --- a/Rocksolid_Light/rocksolid/overboard.php +++ b/Rocksolid_Light/rocksolid/overboard.php @@ -375,9 +375,7 @@ function display_threads($threads, $oldest) $display .= '

'; $display .= '' . headerDecode($target_head['subject']) . '

'; $display .= '' . $target_head['newsgroup'] . ''; - // RETRO - Determining whether to show snippet in each head may still have bugs - // meaning, it might show when it shouldn't or not when it should. Not sure yet. - if ($result_count > 1 && isset($target_head['date'])) { + if((!isset($value[$target_head['msgid']]) || $result_count > 10) && isset($target_head['date'])) { $poster = get_poster_name(mb_decode_mimeheader($target_head['name'])); $block = false; foreach ($blocked_user_config as $bkey => $bvalue) {