You are here

cacheexclude.install in CacheExclude 6.2

Same filename and directory in other branches
  1. 7.2 cacheexclude.install

File

cacheexclude.install
View source
<?php

/**
 * Implementation of hook_uninstall().
 */
function cacheexclude_uninstall() {
  variable_del('cacheexclude_list');
}

Functions

Namesort descending Description
cacheexclude_uninstall Implementation of hook_uninstall().