You are here

function hosting_install in Hosting 6.2

Same name and namespace in other branches
  1. 5 hosting.install \hosting_install()
  2. 7.4 hosting.install \hosting_install()
  3. 7.3 hosting.install \hosting_install()

Implements hook_install().

File

./hosting.install, line 13
Install, update and uninstall for the hosting module.

Code

function hosting_install() {
  drupal_install_schema('hosting');
}