function biblio_bibtex_install in Bibliography Module 7.2
Same name and namespace in other branches
- 6.2 modules/bibtexParse/biblio_bibtex.install \biblio_bibtex_install()
- 7 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() {
_save_bibtex_maps();
}