Commit 10b6bd69 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk

parent d9ae5657
...@@ -858,6 +858,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) { ...@@ -858,6 +858,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) {
$substs{"summary"} = $values{'short_desc'}; $substs{"summary"} = $values{'short_desc'};
$substs{"reasonsheader"} = join(" ", @reasons); $substs{"reasonsheader"} = join(" ", @reasons);
$substs{"reasonsbody"} = $reasonsbody; $substs{"reasonsbody"} = $reasonsbody;
$substs{"space"} = " ";
my $template = Param("newchangedmail"); my $template = Param("newchangedmail");
......
...@@ -499,9 +499,9 @@ X-Bugzilla-Reason: %reasonsheader% ...@@ -499,9 +499,9 @@ X-Bugzilla-Reason: %reasonsheader%
%diffs% %diffs%
--%space%
Configure bugmail: %urlbase%userprefs.cgi?tab=email'
%reasonsbody%' %reasonsbody%
}, },
{ {
......
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