function og_vocab_rules_action_remove_vocab in OG Vocabulary 6
Action: Remove vocabulary from group.
File
- ./
og_vocab.rules.inc, line 59 - Rules integration for the og_vocab module.
Code
function og_vocab_rules_action_remove_vocab($vocab, $settings) {
og_vocab_remove_record($vocab->vid);
}