You are here

function biblio_bibtex_install in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/bibtexParse/biblio_bibtex.install \biblio_bibtex_install()
  2. 7.2 modules/bibtexParse/biblio_bibtex.install \biblio_bibtex_install()

Implementation of hook_install().

File

modules/bibtexParse/biblio_bibtex.install, line 11
Database table creation for biblio_bibtex module.

Code

function biblio_bibtex_install() {
  _save_bibtex_maps();
}