function clients_install in Web Service Clients 7
Same name and namespace in other branches
- 6.2 clients.install \clients_install()
- 6 clients.install \clients_install()
Implementation of hook_install().
File
- ./
clients.install, line 10 - Install, update and uninstall functions for the Clients module.
Code
function clients_install() {
drupal_install_schema('clients');
}