You are here

function imagecrop_enable in Image javascript crop 6

Same name and namespace in other branches
  1. 5 imagecrop.install \imagecrop_enable()

Implementation of hook_enable().

File

./imagecrop.install, line 11
Install file.

Code

function imagecrop_enable() {
  cache_clear_all('imagecache_actions', 'cache');
}