diff options
author | jocuri%softhome.net <> | 2004-04-09 09:23:46 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-09 09:23:46 +0000 |
commit | 3c9fd049ca7e3f6fdd388561ba4975a0db591f28 (patch) | |
tree | 2ba424f814268b57f9f15cb7156cdd2326dc2c81 | |
parent | Bug 238628: database schema chart is now scaled to fit on 8.5x11 page in PDF ... (diff) | |
download | bugzilla-3c9fd049ca7e3f6fdd388561ba4975a0db591f28.tar.gz bugzilla-3c9fd049ca7e3f6fdd388561ba4975a0db591f28.tar.bz2 bugzilla-3c9fd049ca7e3f6fdd388561ba4975a0db591f28.zip |
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
-rwxr-xr-x | contrib/bug_email.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 9a3d0da0b..68583cf4c 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 |