You are here

function ldap_api_uninstall in Lightweight Directory Access Protocol (LDAP) 6

Implementation of hook_uninstall().

File

./ldap_api.install, line 18
Install, update and uninstall functions for the LDAP API module.

Code

function ldap_api_uninstall() {
  drupal_uninstall_schema('ldap_api');
}