function smartcrop_disable in Smart Crop 6
Same name and namespace in other branches
- 7 smartcrop.install \smartcrop_disable()
Implementation of hook_disable().
File
- ./
smartcrop.install, line 18 - Install file for smartcrop module
Code
function smartcrop_disable() {
cache_clear_all('imagecache_actions', 'cache');
}