cacheexclude.install in CacheExclude 6.2
Same filename and directory in other branches
File
cacheexclude.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function cacheexclude_uninstall() {
variable_del('cacheexclude_list');
}
Functions
Name | Description |
---|---|
cacheexclude_uninstall | Implementation of hook_uninstall(). |