You are here

function node_recur_node_form_validate in Node recur 7

Validation handler for the node recur form on the node form

1 string reference to 'node_recur_node_form_validate'
node_recur_form_alter in ./node_recur.module
Implements hook_form_alter().

File

./node_recur.module, line 579

Code

function node_recur_node_form_validate(&$form, &$form_state) {
  module_load_include('inc', 'node_recur', 'node_recur.pages');
  node_recur_node_recur_form_validate($form, $form_state);
}