You are here

function node_form_validate in Drupal 6

Same name and namespace in other branches
  1. 4 modules/node.module \node_form_validate()
  2. 5 modules/node/node.module \node_form_validate()
  3. 7 modules/node/node.pages.inc \node_form_validate()
1 string reference to 'node_form_validate'
node_form in modules/node/node.pages.inc
Generate the node add/edit form array.

File

modules/node/node.pages.inc, line 66
Page callbacks for adding, editing, deleting, and revisions management for content.

Code

function node_form_validate($form, &$form_state) {
  node_validate($form_state['values'], $form);
}