You are here

function node_form_validate in Drupal 5

Same name and namespace in other branches
  1. 4 modules/node.module \node_form_validate()
  2. 6 modules/node/node.pages.inc \node_form_validate()
  3. 7 modules/node/node.pages.inc \node_form_validate()

File

modules/node/node.module, line 2052
The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern.

Code

function node_form_validate($form_id, $form_values, $form) {
  node_validate($form_values, $form);
}