From c4039ced4cb08348f7316dbcaf54e4fb5f173413 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 1 Jan 2022 07:04:32 +0000 Subject: [PATCH] Check newsgroup before writing 'thread' link in overboard --- Rocksolid_Light/rocksolid/overboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rocksolid/overboard.php b/Rocksolid_Light/rocksolid/overboard.php index 41f0399..7b53f4c 100755 --- a/Rocksolid_Light/rocksolid/overboard.php +++ b/Rocksolid_Light/rocksolid/overboard.php @@ -266,7 +266,7 @@ foreach($files as $article) { } $this_output = '

'; if($threadref) { - $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; + $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; // $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; } else { $this_output.= ''.mb_decode_mimeheader($output[1])."\r\n";