You are here

ldap_help.install in Lightweight Directory Access Protocol (LDAP) 7

LDAP Help Install File

File

ldap_help/ldap_help.install
View source
<?php

/**
 * @file
 * LDAP Help Install File
 */

/**
 * Implements hook_uninstall().
 */
function ldap_help_uninstall() {

  //$result = db_query('DELETE FROM {variables} WHERE name like "ldap_authentication_%"');
  variable_del('ldap_help_watchdog_detail');
}

Functions

Namesort descending Description
ldap_help_uninstall Implements hook_uninstall().