You are here

function smartcrop_enable in Smart Crop 7

Same name and namespace in other branches
  1. 6 smartcrop.install \smartcrop_enable()

Implements hook_enable().

File

./smartcrop.install, line 11
Install file for smartcrop module

Code

function smartcrop_enable() {
  cache_clear_all('image_styles', 'cache');
  cache_clear_all('image_effects:', 'cache', TRUE);
}