You are here

function biblio_xml_install in Bibliography Module 7

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

Implementation of hook_install().

File

modules/endnote/biblio_xml.install, line 11
Database table creation for biblio_xml module.

Code

function biblio_xml_install() {
  _save_xml_maps();
}