--- taxonomy_hide.inc Sun May 11 07:38:51 2008 +++ taxonomy_hide.inc Sun Jul 27 12:42:11 2008 @@ -41,8 +41,8 @@ static $vocs = array(); if (!array_key_exists($a->vid, $vocs)) { - $vocs[$a->vid] = taxonomy_get_vocabulary($a->vid); + $vocs[$a->vid] = taxonomy_get_vocabularies($a->vid); } if (!array_key_exists($b->vid, $vocs)) { - $vocs[$b->vid] = taxonomy_get_vocabulary($b->vid); + $vocs[$b->vid] = taxonomy_get_vocabularies($b->vid); }