Fix duplicate data in snippets in rslight-lib.php.

This commit is contained in:
Retro_Guy 2023-06-25 09:07:36 -07:00
parent 27114f5b90
commit 2dc4245b54
1 changed files with 0 additions and 3 deletions

View File

@ -420,9 +420,6 @@ function process_post($message, $group) {
$is_header=0;
$lines++;
}
if($is_header == 0) {
$body.=$line."\n";
}
if(stripos($line, "Newsgroups: ") === 0 && $is_header == 1) {
fputs($postfilehandle, "Newsgroups: ".$newsgroups."\r\n");
} else {