You are here

function hosting_package_install in Hosting 6.2

Same name and namespace in other branches
  1. 5 package/hosting_package.install \hosting_package_install()

Implementation of hook_install().

File

package/hosting_package.install, line 127
Install, update and uninstall for the package management module.

Code

function hosting_package_install() {

  // Create tables.
  drupal_install_schema('hosting_package');
}