Fix typo from 43600

r=bbaetz x2
This commit is contained in:
bugreport%peshkin.net 2002-08-19 01:06:56 +00:00
parent a3d0fcd64a
commit c5b834302c

View File

@ -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]) );