Commit 7205db47 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 365067: Flags set from the enter_bug page are not mentioned in email - Patch…

Bug 365067: Flags set from the enter_bug page are not mentioned in email - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=justdave
parent 3cd13acb
......@@ -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);
......
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