user headers
authorx99bachelart <x99bachelart>
Fri, 12 Sep 2003 17:36:19 +0000 (17:36 +0000)
committerx99bachelart <x99bachelart>
Fri, 12 Sep 2003 17:36:19 +0000 (17:36 +0000)
thread.php

index abade85..3d72fc4 100644 (file)
@@ -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);