You are here

function login_destination_uninstall in Login Destination 7

Same name and namespace in other branches
  1. 6.2 login_destination.install \login_destination_uninstall()

Implements hook_uninstall().

File

./login_destination.install, line 104
Install, update and uninstall functions for the Login Destination module.

Code

function login_destination_uninstall() {
  variable_del('login_destination_preserve_destination');
  variable_del('login_destination_immediate_redirect');
}