--- D:/webdesign/drupal/Drupal-6/taxonomy_menu-6.x-2.4-rc2/taxonomy_menu/taxonomy_menu.module Wed Dec 30 14:48:43 2009 +++ D:/webdesign/drupal/Drupal-6/aanpassingen/modules/taxonomy_menu_2.4-rc2/taxonomy_menu.module Tue Jan 19 16:14:42 2010 @@ -12,2 +12,6 @@ +/** + * 2010/01/19 hovel Error in hide empty terms. Ref issue http://drupal.org/node/689318 +**/ + //include the database layer @@ -763,2 +767,3 @@ } + return _taxonomy_menu_children_has_nodes($tid, $vid); }