You are here

function simple_ldap_active_group_uninstall in Simple LDAP 7.2

Same name and namespace in other branches
  1. 7 contrib/simple_ldap_active_group/simple_ldap_active_group.install \simple_ldap_active_group_uninstall()

Impements hook_uninstall().

File

contrib/simple_ldap_active_group/simple_ldap_active_group.install, line 26
simple_ldap_active_group module installation.

Code

function simple_ldap_active_group_uninstall() {
  variable_del('simple_ldap_active_group_group');
  variable_del('simple_ldap_active_group_delete_filtered');
}