You are here

function imagecache_token_uninstall in Imagecache Token 7

Implements hook_uninstall().

File

./imagecache_token.install, line 11
Installation and update scripts for the Imagecache Token module.

Code

function imagecache_token_uninstall() {
  variable_del('imagecache_token_fields');
}