Commit 1b5aec42 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 365443 - "Bugmail for new bugs without flags contains two unneeded lines"…

Bug 365443 - "Bugmail for new bugs without flags contains two unneeded lines" [p=reed r=LpSolit a=LpSolit]
parent ed06de9d
......@@ -591,7 +591,7 @@ sub sendMail {
my $diffs = $difftext . "\n\n" . $newcomments;
if ($isnew) {
$diffs = $head . "\n\n" . $diffs;
$diffs = $head . ($difftext ? "\n\n" : "") . $diffs;
}
my (@reasons, @reasons_watch);
......
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