You are here

function clients_install in Web Service Clients 6

Same name and namespace in other branches
  1. 6.2 clients.install \clients_install()
  2. 7 clients.install \clients_install()

Implementation of hook_install().

File

./clients.install, line 11
@author Django Beatty - adub Install, update and uninstall functions for the Clients module.

Code

function clients_install() {
  drupal_install_schema('clients');
}