You are here

function clients_install in Web Service Clients 6.2

Same name and namespace in other branches
  1. 6 clients.install \clients_install()
  2. 7 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');
}