function og_vocab_rules_action_remove_all_group in OG Vocabulary 6
Action: Remove vocabulary from group.
File
- ./
og_vocab.rules.inc, line 66 - Rules integration for the og_vocab module.
Code
function og_vocab_rules_action_remove_all_group($node, $settings) {
og_vocab_remove_all_records($node->nid);
}