You are here

function biblio_tagged_install in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7 modules/endnote/biblio_tagged.install \biblio_tagged_install()
  2. 7.2 modules/endnote/biblio_tagged.install \biblio_tagged_install()

Implementation of hook_install().

File

modules/endnote/biblio_tagged.install, line 10
Database table creation for biblio_tagged module.

Code

function biblio_tagged_install() {
  drupal_install_schema('biblio_tagged');
  _save_tagged_maps();
}