You are here

domain_301_redirect.install in Domain 301 Redirect 7

Install, update and uninstall functions for the domain_301_redirect module.

File

domain_301_redirect.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the domain_301_redirect module.
 */

/**
 * Implements hook_uninstall().
 */
function domain_301_redirect_uninstall() {
  variable_del('domain_301_redirect_enabled');
  variable_del('domain_301_redirect_domain');
}

Functions