function hosting_install in Hosting 6.2
Same name and namespace in other branches
- 5 hosting.install \hosting_install()
- 7.4 hosting.install \hosting_install()
- 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');
}