You are here

function biblio_crossref_enable in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/crossref/biblio_crossref.install \biblio_crossref_enable()
  2. 7.2 modules/crossref/biblio_crossref.install \biblio_crossref_enable()

File

modules/crossref/biblio_crossref.install, line 29
Database table creation for biblio_crossref module.

Code

function biblio_crossref_enable() {
  biblio_crossref_set_system_weight();
}