Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.
git-svn-id: svn://10.0.0.236/trunk@192034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user