Commit 1d10fae3 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; 2xr=justdave.

parent 8e1441fe
......@@ -287,8 +287,8 @@ if (@cc) {
push (@ARGLIST, "-forceowner", DBID_to_name($::FORM{assigned_to}));
if (defined $::FORM{qacontact}) {
push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{qacontact}));
if (defined $::FORM{'qa_contact'}) {
push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{'qa_contact'}));
}
push (@ARGLIST, "-forcereporter", DBID_to_name($::userid));
......
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