You are here

function uc_roles_user_delete in Ubercart 6.2

Implements hook_user_delete().

1 call to uc_roles_user_delete()
uc_roles_user in uc_roles/uc_roles.module
Implements hook_user().

File

uc_roles/uc_roles.module, line 165

Code

function uc_roles_user_delete(&$account) {
  uc_roles_delete($account, NULL, TRUE);
}