ldap_help.install in Lightweight Directory Access Protocol (LDAP) 7
Same filename and directory in other branches
LDAP Help Install File
File
ldap_help/ldap_help.installView 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
Name | Description |
---|---|
ldap_help_uninstall | Implements hook_uninstall(). |