]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo from 43600
authorbugreport%peshkin.net <>
Mon, 19 Aug 2002 08:06:56 +0000 (08:06 +0000)
committerbugreport%peshkin.net <>
Mon, 19 Aug 2002 08:06:56 +0000 (08:06 +0000)
r=bbaetz x2

importxml.pl

index cffeca68c7e81dd9192fd01e2a83d79ac80034b3..215ba353e8947230e6e499720dfda59e8f0c5089 100755 (executable)
@@ -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]) );