You are here

function biblio_bibtex_install in Bibliography Module 6.2

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

Code

function biblio_bibtex_install() {
  drupal_install_schema('biblio_bibtex');
  _save_bibtex_maps();
}