function biblio_pm_set_system_weight in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/biblio_pm.install \biblio_pm_set_system_weight()
- 7 modules/pubmed/biblio_pm.install \biblio_pm_set_system_weight()
- 7.2 modules/pubmed/biblio_pm.install \biblio_pm_set_system_weight()
1 call to biblio_pm_set_system_weight()
- biblio_pm_enable in pubmed/
biblio_pm.install
File
- pubmed/
biblio_pm.install, line 22 - Database table creation for biblio_pm module.
Code
function biblio_pm_set_system_weight() {
return update_sql("UPDATE {system} SET weight = 19 WHERE name = 'biblio_pm'");
}