Commit 0ae9721e authored by terry%netscape.com's avatar terry%netscape.com

Was generating garbage instead of the Cc: line.

parent 265635cb
......@@ -99,7 +99,7 @@ sub DescCC {
if (scalar(@$cclist) <= 0) {
return "";
}
return "Cc: " . join(", ", $cclist) . "\n";
return "Cc: " . join(", ", @$cclist) . "\n";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment