You are here

function biblio_xml_endnote8_map_reset in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.module \biblio_xml_endnote8_map_reset()
  2. 7.2 modules/endnote/biblio_xml.module \biblio_xml_endnote8_map_reset()

File

modules/endnote/biblio_xml.module, line 162

Code

function biblio_xml_endnote8_map_reset($type = NULL) {
  module_load_include('install', 'biblio_xml', 'biblio_xml');
  _reset_endnote_xml_map('endnote8', $type);
}