function hosting_dns_install in Hostmaster (Aegir) 6
Implementation of hook_install().
File
- modules/
hosting/ dns/ hosting_dns.install, line 41 - Install, update and uninstall for the dns module.
Code
function hosting_dns_install() {
drupal_install_schema('hosting_dns');
}