You are here

function biblio_tagged_install in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 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 11
Database table creation for biblio_tagged module.

Code

function biblio_tagged_install() {
  _save_tagged_maps();
}