Commit fa343202 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Fix typo from 43600

r=bbaetz x2
parent def13a98
...@@ -570,7 +570,7 @@ for (my $k=1 ; $k <= $bugqty ; $k++) { ...@@ -570,7 +570,7 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
push (@values, SqlQuote($qa_contact)); push (@values, SqlQuote($qa_contact));
push (@query, "qa_contact"); push (@query, "qa_contact");
} else { } else {
SendSQL("SELECT initialqacontact FROM components, products " SendSQL("SELECT initialqacontact FROM components, products " .
"WHERE components.product_id = products.id" . "WHERE components.product_id = products.id" .
" AND products.name = " . SqlQuote($product[0]) . " AND products.name = " . SqlQuote($product[0]) .
" AND components.name = " . SqlQuote($component[0]) ); " AND components.name = " . SqlQuote($component[0]) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment