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