You are here

function hosting_dns_install in Hosting 6.2

Implementation of hook_install().

File

dns/hosting_dns.install, line 41
Install, update and uninstall for the dns module.

Code

function hosting_dns_install() {
  drupal_install_schema('hosting_dns');
}