function _save_xml_maps in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/endnote/biblio_xml.install \_save_xml_maps()
- 7.2 modules/endnote/biblio_xml.install \_save_xml_maps()
1 call to _save_xml_maps()
- biblio_xml_install in modules/
endnote/ biblio_xml.install - Implementation of hook_install().
File
- modules/
endnote/ biblio_xml.install, line 55 - Database table creation for biblio_xml module.
Code
function _save_xml_maps() {
_save_endnote7_maps();
_save_endnote8_maps();
}