Index: contrib/taxonomy_export.inc =================================================================== --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ contrib/taxonomy_export.inc 19 Jun 2009 00:27:25 -0000 @@ -0,0 +1,27 @@ + array( + 'op' => t('Import'), + 'import_data' => file_get_contents($file), + ), + ); + + module_load_include('inc', 'taxonomy_export', 'taxonomy_export.pages'); + drupal_execute('taxonomy_export_import', $form_state); +}