function biblio_citeproc_csl_map_reset in Bibliography Module 7.2
Same name and namespace in other branches
- 7 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_csl_map_reset()
File
- modules/
CiteProc/ biblio_citeproc.module, line 117
Code
function biblio_citeproc_csl_map_reset($type = NULL) {
module_load_include('install', 'biblio_citeproc', 'biblio_citeproc');
_reset_csl_map($type);
}