From 1e312ed2301019d544bff40de26c8c35e2e7f723 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 18 Aug 2009 14:58:18 -0700 Subject: [PATCH] * add missing join to common_headers setting --- scripts/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process b/scripts/process index 9cbd85c..4d89eec 100755 --- a/scripts/process +++ b/scripts/process @@ -722,7 +722,7 @@ if (length($resentccval)) { my $common_headers=''; { local $a = 0; - $common_headers=map {$_.($a++%2?': ':"\n")} @common_headers; + $common_headers = join('',map {$_.($a++%2?': ':"\n")} @common_headers); } if ($codeletter eq 'U') { # sent to -submitter &htmllog("Message", "sent on", $data->{originator}, "$gBug#$ref."); -- 2.39.2