From: bugreport%peshkin.net <> Date: Mon, 19 Aug 2002 08:06:56 +0000 (+0000) Subject: Fix typo from 43600 X-Git-Tag: bugzilla-2.17.1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa343202c29b61feea3dd3c4ed8f51968e174e9a;p=thirdparty%2Fbugzilla.git Fix typo from 43600 r=bbaetz x2 --- diff --git a/importxml.pl b/importxml.pl index cffeca68c7..215ba353e8 100755 --- a/importxml.pl +++ b/importxml.pl @@ -570,7 +570,7 @@ for (my $k=1 ; $k <= $bugqty ; $k++) { push (@values, SqlQuote($qa_contact)); push (@query, "qa_contact"); } else { - SendSQL("SELECT initialqacontact FROM components, products " + SendSQL("SELECT initialqacontact FROM components, products " . "WHERE components.product_id = products.id" . " AND products.name = " . SqlQuote($product[0]) . " AND components.name = " . SqlQuote($component[0]) );