You are here

function ldap_help_uninstall in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_help/ldap_help.install \ldap_help_uninstall()
  2. 8.3 ldap_help/ldap_help.install \ldap_help_uninstall()
  3. 7 ldap_help/ldap_help.install \ldap_help_uninstall()

Implements hook_uninstall().

File

ldap_help/ldap_help.install, line 11
LDAP Help Install File.

Code

function ldap_help_uninstall() {
  variable_del('ldap_help_watchdog_detail');
  variable_del('ldap_help_user_data_clear');
  variable_del('ldap_help_user_data_clear_set_date');
}