From 7ee673393ce6a1ede9e365a957eb7f0052206508 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" Date: Thu, 9 Mar 2006 00:09:51 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/Bugzilla/Keyword.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Keyword.pm b/mozilla/webtools/bugzilla/Bugzilla/Keyword.pm index b35827288bb..fb2e3ae66aa 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Keyword.pm +++ b/mozilla/webtools/bugzilla/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',