function _set_system_weight in Bibliography Module 6
Same name and namespace in other branches
- 7 biblio.install \_set_system_weight()
- 7.2 biblio.install \_set_system_weight()
2 calls to _set_system_weight()
- biblio_enable in ./
biblio.install - biblio_install in ./
biblio.install - @file Install file for biblio module
File
- ./
biblio.install, line 91 - Install file for biblio module
Code
function _set_system_weight() {
return update_sql("UPDATE {system} SET weight = 9 WHERE name = 'biblio'");
}