function ldap_query_install in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_query/ldap_query.install \ldap_query_install()
- 7 ldap_query/ldap_query.install \ldap_query_install()
Implements hook_install().
File
- ldap_query/
ldap_query.install, line 11 - Install, update and uninstall functions for the LDAP API module.
Code
function ldap_query_install() {
}