function smartcrop_disable in Smart Crop 7
Same name and namespace in other branches
- 6 smartcrop.install \smartcrop_disable()
Implements hook_disable().
File
- ./
smartcrop.install, line 19 - Install file for smartcrop module
Code
function smartcrop_disable() {
cache_clear_all('image_styles', 'cache');
cache_clear_all('image_effects:', 'cache', TRUE);
}