--- /taxonomy_menu/taxonomy_menu.module Sun Apr 11 18:32:40 2010 +++ /taxonomy_menu/taxonomy_menu-1-19-2-2-2-55-689318.module Mon May 10 15:46:51 2010 @@ -12,2 +12,4 @@ +/* 2010/05/10 hovel Issue http://drupal.org/node/689318 Error in hide empty terms. */ + //include the database layer @@ -789,2 +791,3 @@ } + return _taxonomy_menu_children_has_nodes($tid, $vid); }