function og_vocab_update_1 in OG Vocabulary 6
Same name and namespace in other branches
- 5 og_vocab.install \og_vocab_update_1()
Need to increase the weight so that this module will execute after taxonomy.
File
- ./
og_vocab.install, line 57 - Install file for the og_vocab module.
Code
function og_vocab_update_1() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 5, 'og_vocab');
}