? empty.patch Index: taxonews.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonews/taxonews.module,v retrieving revision 1.10.8.10 diff -u -p -r1.10.8.10 taxonews.module --- taxonews.module 13 Oct 2008 09:09:10 -0000 1.10.8.10 +++ taxonews.module 7 Jul 2009 07:36:35 -0000 @@ -261,7 +261,7 @@ class Taxonews } foreach ($arTerms as $tid => $term) { - if (($arCounts[$tid] == 0) && !$showEmpty) + if (empty($arCounts[$tid]) && !$showEmpty) { continue; // Do not display the block, do not increment the counter }