You are here

function og_add_group_action_submit in Organic groups 6

Same name and namespace in other branches
  1. 6.2 modules/og_actions/og_actions.module \og_add_group_action_submit()

File

modules/og_actions/og_actions.module, line 166

Code

function og_add_group_action_submit($form, &$form_state) {
  return array(
    'group' => $form_state['values']['group'],
  );
}