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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user