function og_vocab_update_1 in OG Vocabulary 5
Same name and namespace in other branches
- 6 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 23
Code
function og_vocab_update_1() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 5, 'og_vocab');
}