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:
mkanat%kerio.com
2006-03-09 00:09:51 +00:00
parent 7d052f9cce
commit 7ee673393c

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