You are here

function antispam_user_update in AntiSpam 7

Implements hook_user_update().

File

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

Code

function antispam_user_update(&$edit, $account, $category) {
  antispam_user_insert($edit, $account, $category);
}