function antispam_comment_update in AntiSpam 7
Implements hook_comment_update().
File
- ./
antispam.module, line 1004 - Primary hook implementations for the Antispam module.
Code
function antispam_comment_update($comment) {
_antispam_comment_save($comment);
}