You are here

function userprotect_user_delete in User protect 7

Same name and namespace in other branches
  1. 8 userprotect.module \userprotect_user_delete()

Implements hook_user_delete().

File

./userprotect.module, line 516
Main module file for the userprotect module.

Code

function userprotect_user_delete($account) {
  userprotect_delete_user($account->uid);
}