You are here

function antispam_comment_insert in AntiSpam 7

Implements hook_comment_insert().

File

./antispam.module, line 997
Primary hook implementations for the Antispam module.

Code

function antispam_comment_insert($comment) {
  _antispam_comment_save($comment);
}