You are here

function spam_content_comment_admin_overview_submit in Spam 6

Re-use function from comment module.

File

content/spam_content_comment.inc, line 384
Include file for integration with comments.

Code

function spam_content_comment_admin_overview_submit($form, &$form_state) {
  comment_admin_overview_submit($form, $form_state);
}