]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; 2xr=justdave.
authorgerv%gerv.net <>
Thu, 9 May 2002 06:21:25 +0000 (06:21 +0000)
committergerv%gerv.net <>
Thu, 9 May 2002 06:21:25 +0000 (06:21 +0000)
post_bug.cgi

index f66d13ee99ad276b64476c19dfd6f6cda467e4d9..5980f714bb4516619b27268d003fb3dc4f5cfc79 100755 (executable)
@@ -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));