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

This commit is contained in:
lpsolit%gmail.com 2006-12-28 00:39:30 +00:00
Родитель b04ffb6e1d
Коммит 61e4723645
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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);