From f4ec7d28bc7b7a21cf0d1decf8f3831d0486496b Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 9 Mar 2006 08:09:51 +0000 Subject: Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin. --- Bugzilla/Keyword.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Keyword.pm') diff --git a/Bugzilla/Keyword.pm b/Bugzilla/Keyword.pm index b35827288..fb2e3ae66 100644 --- a/Bugzilla/Keyword.pm +++ b/Bugzilla/Keyword.pm @@ -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', -- cgit v1.2.3-24-g4f1b