function hosting_node_validate in Hosting 7.3
Same name and namespace in other branches
- 7.4 hosting.module \hosting_node_validate()
Implements hook_node_validate().
See also
File
- ./
hosting.module, line 360 - Hosting module.
Code
function hosting_node_validate($node, $form, &$form_state) {
// Redispatch through our custom nodeapi implementation.
hosting_nodeapi($node, 'validate', $form);
}