You are here

function administration_language_negotiation_uninstall in Administration Language Negotiation 7

Same name and namespace in other branches
  1. 8 administration_language_negotiation.install \administration_language_negotiation_uninstall()

Implements hook_uninstall().

File

./administration_language_negotiation.install, line 40
The install page of the administration language negotiation module.

Code

function administration_language_negotiation_uninstall() {
  variable_del('administration_language_negotiation_paths');
  variable_del('administration_language_negotiation_default');
}