You are here

function registration_role_uninstall in Registration role 7

Implements hook_uninstall().

File

./registration_role.install, line 13
Installation-related functionality for the registration role module.

Code

function registration_role_uninstall() {
  variable_del('registration_role_roles');
}