--- modules/taxonomy_xml/xml_format.inc 2008-09-20 17:51:57.000000000 +0700 +++ public_html/sites/all/modules/contrib/taxonomy_xml/xml_format.inc 2009-01-28 14:27:02.000000000 +0700 @@ -29,7 +29,7 @@ $output .= ''."\n"; $tree = module_invoke('taxonomy', 'get_tree', $vid, $parent, $depth, $max_depth); if ($tree) { - $vocabulary = module_invoke('taxonomy', 'get_vocabulary', $vid); + $vocabulary = module_invoke('taxonomy', 'vocabulary_load', $vid); $output .= "\n"; foreach ($vocabulary as $key => $value) { if (is_array($value)) { @@ -157,7 +157,7 @@ $_tx_vocabulary = (array) _taxonomy_xml_get_vocabulary_placeholder(trim($name)); } else { - $_tx_vocabulary = (array) (module_invoke('taxonomy', 'get_vocabulary', $vid)); + $_tx_vocabulary = (array) (module_invoke('taxonomy', 'vocabulary_load', $vid)); } // Get the maximum depth of terms