mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.
This commit is contained in:
parent
59223979a3
commit
10e3fe6138
@ -92,7 +92,7 @@ sub new_from_list {
|
||||
}
|
||||
$keywords = $dbh->selectall_arrayref(
|
||||
"SELECT $columns FROM keyworddefs WHERE id IN ("
|
||||
. join(',', @detainted_ids) . ")", {Slice=>{}}) || [];
|
||||
. join(',', @detainted_ids) . ")", {Slice=>{}});
|
||||
} else {
|
||||
ThrowCodeError('bad_arg',
|
||||
{argument => 'id_list',
|
||||
|
Loading…
Reference in New Issue
Block a user