You are here

function node_recur_node_recur_form_submit in Node recur 7

Same name and namespace in other branches
  1. 7.2 node_recur.pages.inc \node_recur_node_recur_form_submit()

Submit the node recur form

File

./node_recur.pages.inc, line 179

Code

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

  // Rebuild so we can present the confirm form
  $form_state['rebuild'] = TRUE;
}