mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Bug 186218: importxml.pl was doing a query against the products table using the old schema
Patch by Jonathan Schatz <jon@vmware.com> r= justdave, a= justdave
This commit is contained in:
parent
62988177ba
commit
bd14a7cc67
@ -467,7 +467,7 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
|
||||
push (@query, "target_milestone");
|
||||
} else {
|
||||
SendSQL("SELECT defaultmilestone FROM products " .
|
||||
"WHERE product = " . SqlQuote($product[0]));
|
||||
"WHERE name = " . SqlQuote($product[0]));
|
||||
my $tm = FetchOneColumn();
|
||||
push (@values, SqlQuote($tm));
|
||||
push (@query, "target_milestone");
|
||||
|
Loading…
Reference in New Issue
Block a user