You are here

function flag_user_cancel in Flag 7.2

Same name and namespace in other branches
  1. 8.4 flag.module \flag_user_cancel()
  2. 7.3 flag.module \flag_user_cancel()

Implements hook_user_cancel().

File

./flag.module, line 803
The Flag module.

Code

function flag_user_cancel($edit, $account, $method) {
  flag_user_account_removal($account);
}