You are here

function flag_user_delete in Flag 7.2

Same name and namespace in other branches
  1. 7.3 flag.module \flag_user_delete()

Implements hook_user_delete().

File

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

Code

function flag_user_delete($account) {
  flag_user_account_removal($account);
}