function biblio_xml_endnote7_map_reset in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/endnote/biblio_xml.module \biblio_xml_endnote7_map_reset()
- 7.2 modules/endnote/biblio_xml.module \biblio_xml_endnote7_map_reset()
File
- modules/
endnote/ biblio_xml.module, line 199
Code
function biblio_xml_endnote7_map_reset($type = NULL) {
module_load_include('install', 'biblio_xml', 'biblio_xml');
_reset_endnote_xml_map('endnote7', $type);
}