From 0c7b4992f72c3b3d8d1f7c89979324e973dff0bc Mon Sep 17 00:00:00 2001 From: x99bachelart Date: Fri, 12 Sep 2003 17:36:19 +0000 Subject: [PATCH] user headers --- thread.php | 1 + 1 file changed, 1 insertion(+) diff --git a/thread.php b/thread.php index abade85..3d72fc4 100644 --- a/thread.php +++ b/thread.php @@ -131,6 +131,7 @@ if (isset($_REQUEST['action']) && (isset($_REQUEST['type'])) && .stripslashes($_REQUEST['followup'])."\n":"") ."References: $refs\n" .$news['customhdr'] + .$profile['customhdr'] ."\n" .wrap($body,"",$news['wrap']); $result = $mynntp->post($message); -- 2.1.4