function biblio_bibtex_bibtex_map_reset in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_bibtex_map_reset()
- 7.2 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_bibtex_map_reset()
File
- modules/
bibtexParse/ biblio_bibtex.module, line 535
Code
function biblio_bibtex_bibtex_map_reset($type = NULL) {
module_load_include('install', 'biblio_bibtex', 'biblio_bibtex');
_reset_bibtex_map($type);
}