From 41f1a258127fea019a3349cbe8d4fd1b6d8b616e Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 5 Dec 2004 22:06:46 +0000 Subject: Patch for bug 175222: Add product and component fields to change mails; patch by Sergei Chechetkin , r=wurblzap, a=justdave. --- Bugzilla/BugMail.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 22f97d365..0e089fa12 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -853,6 +853,8 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) { } else { $substs{"diffs"} = $difftext . "\n\n" . $newcomments; } + $substs{"product"} = $values{'product'}; + $substs{"component"} = $values{'component'}; $substs{"summary"} = $values{'short_desc'}; $substs{"reasonsheader"} = join(" ", @reasons); $substs{"reasonsbody"} = $reasonsbody; -- cgit v1.2.3-24-g4f1b