зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b04ffb6e1d
Коммит
61e4723645
|
@ -590,11 +590,9 @@ sub sendMail {
|
||||||
$newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2\)/g;
|
$newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2\)/g;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $diffs;
|
my $diffs = $difftext . "\n\n" . $newcomments;
|
||||||
if ($isnew) {
|
if ($isnew) {
|
||||||
$diffs = $head . "\n\n" . $newcomments;
|
$diffs = $head . "\n\n" . $diffs;
|
||||||
} else {
|
|
||||||
$diffs = $difftext . "\n\n" . $newcomments;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
my (@reasons, @reasons_watch);
|
my (@reasons, @reasons_watch);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче