You are here

function role_expire_uninstall in Role Expire 7

Same name and namespace in other branches
  1. 6 role_expire.install \role_expire_uninstall()

Implementation of hook_uninstall().

File

./role_expire.install, line 70
Role expire install.

Code

function role_expire_uninstall() {
  variable_del('role_expire_default_roles');
}