]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew...
authorjocuri%softhome.net <>
Fri, 9 Apr 2004 09:23:46 +0000 (09:23 +0000)
committerjocuri%softhome.net <>
Fri, 9 Apr 2004 09:23:46 +0000 (09:23 +0000)
contrib/bug_email.pl

index 9a3d0da0b01581325b697d8e9dbab08604df9edb..68583cf4cc590eda984d250a63a93c977bfa624f 100755 (executable)
@@ -37,7 +37,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.9.12.2 2002/08/17 14:24:09 bbaetz%student.usyd.edu.au Exp $
+# $Id: bug_email.pl,v 1.9.12.3 2004/04/09 02:23:46 jocuri%softhome.net Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -843,7 +843,7 @@ if (Param("useqacontact")) {
     SendSQL("select initialqacontact from components where program=" .
             SqlQuote($Control{'product'}) .
             " and value=" . SqlQuote($Control{'component'}));
-    $Control{'qacontact'} = FetchOneColumn();
+    $Control{'qa_contact'} = FetchOneColumn();
 }
 
 # Set Assigned - assigned_to depends on the product, cause initialowner