summaryrefslogtreecommitdiffstats
path: root/contrib/bug_email.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-04-09 11:23:09 +0200
committerjocuri%softhome.net <>2004-04-09 11:23:09 +0200
commita7df23cc4a40c3b38e77a26b9ec5cde3e20919e9 (patch)
tree6561f42c2796a31f5749945bc2c619296a578ac6 /contrib/bug_email.pl
parentd003e02e9dfccd5379068e1b6bf9fcc4bdf8a14c (diff)
downloadbugzilla-a7df23cc4a40c3b38e77a26b9ec5cde3e20919e9.tar.gz
bugzilla-a7df23cc4a40c3b38e77a26b9ec5cde3e20919e9.tar.xz
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
Diffstat (limited to 'contrib/bug_email.pl')
-rwxr-xr-xcontrib/bug_email.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl
index a4bae060c..f777d446f 100755
--- a/contrib/bug_email.pl
+++ b/contrib/bug_email.pl
@@ -38,7 +38,7 @@
#
# You need to work with bug_email.pl the MIME::Parser installed.
#
-# $Id: bug_email.pl,v 1.19 2004/03/27 03:51:44 kiko%async.com.br Exp $
+# $Id: bug_email.pl,v 1.20 2004/04/09 02:23:09 jocuri%softhome.net Exp $
###############################################################
# 02/12/2000 (SML)
@@ -829,7 +829,7 @@ if (Param("useqacontact")) {
SendSQL("select initialqacontact from components, products where components.product_id = products.id AND products.name=" .
SqlQuote($Control{'product'}) .
" and components.name=" . SqlQuote($Control{'component'}));
- $Control{'qacontact'} = FetchOneColumn();
+ $Control{'qa_contact'} = FetchOneColumn();
}
# Set Assigned - assigned_to depends on the product, cause initialowner