Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.

This commit is contained in:
mkanat%kerio.com 2006-03-09 00:09:51 +00:00
parent 59223979a3
commit 10e3fe6138

View File

@ -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',