You are here

function hosting_dns_uninstall in Hosting 6.2

Implementation of hook_uninstall().

File

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

Code

function hosting_dns_uninstall() {
  drupal_uninstall_schema('hosting_dns');
}