You are here

function noscript_tag_uninstall in Noscript Tag 7

Implements hook_uninstall().

File

./noscript_tag.install, line 11
Installation file for the noscript tag module.

Code

function noscript_tag_uninstall() {
  variable_del('noscript_tag_value');
}