You are here

function _save_xml_maps in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.install \_save_xml_maps()
  2. 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 51
Database table creation for biblio_xml module.

Code

function _save_xml_maps() {
  _save_endnote7_maps();
  _save_endnote8_maps();
}