You are here

function og_subgroups_workflow_ng_action_set_parent in Subgroups for Organic groups 5

Same name and namespace in other branches
  1. 5.4 og_subgroups.workflow_ng.inc \og_subgroups_workflow_ng_action_set_parent()

Action: Set groups hierarchy.

File

./og_subgroups.workflow_ng.inc, line 39
og_subgroups.workflow_ng.inc

Code

function og_subgroups_workflow_ng_action_set_parent($node, $node_parent, $settings) {
  og_subgroups_set_hierarchy('insert', $node, $node_parent->nid, TRUE);
}