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