Index: taxonomy_xml.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_xml/taxonomy_xml.module,v
retrieving revision 1.3
diff -u -F^f -r1.3 taxonomy_xml.module
--- taxonomy_xml.module	5 May 2006 20:13:44 -0000	1.3
+++ taxonomy_xml.module	2 Jul 2006 17:18:00 -0000
@@ -297,7 +297,7 @@ function taxonomy_xml_element_data($pars
   }
 }
 
-function taxonomy_xml_parse(&$data, $vid, $parent_tid = NULL) {
+function taxonomy_xml_parse(&$data, $vid = 0, $parent_tid = NULL) {
   global $terms, $vocabulary;
 
   // Unset the global variables before we use them:
