function ldap_api_install in Lightweight Directory Access Protocol (LDAP) 6
Implementation of hook_install().
File
- ./
ldap_api.install, line 11 - Install, update and uninstall functions for the LDAP API module.
Code
function ldap_api_install() {
drupal_install_schema('ldap_api');
}