From: x99bachelart Date: Fri, 12 Sep 2003 17:36:19 +0000 (+0000) Subject: user headers X-Git-Tag: 1.8~410 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0c7b4992f72c3b3d8d1f7c89979324e973dff0bc;p=banana.git user headers --- 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);