You are here

function antispam_node_update in AntiSpam 7

Implements hook_node_update().

File

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

Code

function antispam_node_update($node) {
  _antispam_node_save($node);
}