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