]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.
authormkanat%kerio.com <>
Thu, 9 Mar 2006 08:09:51 +0000 (08:09 +0000)
committermkanat%kerio.com <>
Thu, 9 Mar 2006 08:09:51 +0000 (08:09 +0000)
Bugzilla/Keyword.pm

index b35827288bbcb650e4d92823a56cff84c5414936..fb2e3ae66aa1988920342def401aa8f1306ae27b 100644 (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',