You are here

function community_tags_node_form_community_tags_node_tag_mgmt_confirm_alter in Community Tags 6.2

Implementation of hook_form_FORM_ID_alter() for community tag managment operation confirmation form.

File

community_tags_node/community_tags_node.module, line 117
community_tags_node.module

Code

function community_tags_node_form_community_tags_node_tag_mgmt_confirm_alter(&$form, &$form_state) {

  // add for single link triggered operations
  $form['#submit'][] = 'community_tags_node_node_tag_mgmt_confirm_submit';
}