You are here

function comment_form_validate in Drupal 5

Same name and namespace in other branches
  1. 4 modules/comment.module \comment_form_validate()
  2. 6 modules/comment/comment.module \comment_form_validate()
  3. 7 modules/comment/comment.module \comment_form_validate()

File

modules/comment/comment.module, line 1636
Enables users to comment on published content.

Code

function comment_form_validate($form_id, $form_values) {
  comment_validate($form_values);
}