From 1b5aec426907bcece47e654b4ef8162f3064861c Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Thu, 11 Jan 2007 00:21:00 +0000 Subject: Bug 365443 - "Bugmail for new bugs without flags contains two unneeded lines" [p=reed r=LpSolit a=LpSolit] --- Bugzilla/BugMail.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 9b70da03e..a4462b7ba 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -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); -- cgit v1.2.3-24-g4f1b