function biblio_crossref_set_system_weight in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/crossref/biblio_crossref.install \biblio_crossref_set_system_weight()
- 7.2 modules/crossref/biblio_crossref.install \biblio_crossref_set_system_weight()
1 call to biblio_crossref_set_system_weight()
- biblio_crossref_enable in modules/
crossref/ biblio_crossref.install
File
- modules/
crossref/ biblio_crossref.install, line 50 - Database table creation for biblio_crossref module.
Code
function biblio_crossref_set_system_weight() {
return update_sql("UPDATE {system} SET weight = 20 WHERE name = 'biblio_crossref'");
}