You are here

function biblio_citeproc_update_7001 in Bibliography Module 7

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

Adds CSL field and type maps to biblio_type_maps table.

File

modules/CiteProc/biblio_citeproc.install, line 351

Code

function biblio_citeproc_update_7001() {
  _reset_csl_map();
}