Bug 365067: Flags set from the enter_bug page are not mentioned in email - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave

git-svn-id: svn://10.0.0.236/trunk@217500 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-12-28 00:39:30 +00:00
parent 523daa0c88
commit 298e6bcd97

View File

@@ -590,11 +590,9 @@ sub sendMail {
$newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2\)/g;
}
my $diffs;
my $diffs = $difftext . "\n\n" . $newcomments;
if ($isnew) {
$diffs = $head . "\n\n" . $newcomments;
} else {
$diffs = $difftext . "\n\n" . $newcomments;
$diffs = $head . "\n\n" . $diffs;
}
my (@reasons, @reasons_watch);