You are here

function biblio_citeproc_csl_map_reset in Bibliography Module 7

Same name and namespace in other branches
  1. 7.2 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_csl_map_reset()

File

modules/CiteProc/biblio_citeproc.module, line 169

Code

function biblio_citeproc_csl_map_reset($type = NULL) {
  module_load_include('install', 'biblio_citeproc', 'biblio_citeproc');
  _reset_csl_map($type);
}