From: jocuri%softhome.net <> Date: Fri, 9 Apr 2004 09:23:46 +0000 (+0000) Subject: Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew... X-Git-Tag: bugzilla-2.16.6~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9fd049ca7e3f6fdd388561ba4975a0db591f28;p=thirdparty%2Fbugzilla.git Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci ; r=vlad, a=myk. --- diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 9a3d0da0b0..68583cf4cc 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -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