Commit f4ec7d28 authored by mkanat%kerio.com's avatar mkanat%kerio.com

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

parent a2eca825
...@@ -92,7 +92,7 @@ sub new_from_list { ...@@ -92,7 +92,7 @@ sub new_from_list {
} }
$keywords = $dbh->selectall_arrayref( $keywords = $dbh->selectall_arrayref(
"SELECT $columns FROM keyworddefs WHERE id IN (" "SELECT $columns FROM keyworddefs WHERE id IN ("
. join(',', @detainted_ids) . ")", {Slice=>{}}) || []; . join(',', @detainted_ids) . ")", {Slice=>{}});
} else { } else {
ThrowCodeError('bad_arg', ThrowCodeError('bad_arg',
{argument => 'id_list', {argument => 'id_list',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment