function cacheexclude_uninstall in CacheExclude 7.2
Same name and namespace in other branches
- 6.2 cacheexclude.install \cacheexclude_uninstall()
Implements hook_uninstall().
File
- ./
cacheexclude.install, line 6
Code
function cacheexclude_uninstall() {
variable_del('cacheexclude_list');
variable_del('cacheexclude_node_types');
}