You are here

function domain_301_redirect_uninstall in Domain 301 Redirect 7

Implements hook_uninstall().

File

./domain_301_redirect.install, line 11
Install, update and uninstall functions for the domain_301_redirect module.

Code

function domain_301_redirect_uninstall() {
  variable_del('domain_301_redirect_enabled');
  variable_del('domain_301_redirect_domain');
}