From fa343202c29b61feea3dd3c4ed8f51968e174e9a Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 19 Aug 2002 08:06:56 +0000 Subject: Fix typo from 43600 r=bbaetz x2 --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index cffeca68c..215ba353e 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]) ); -- cgit v1.2.3-24-g4f1b