You are here

function imagecrop_disable in Image javascript crop 5

Same name and namespace in other branches
  1. 6 imagecrop.install \imagecrop_disable()

Implementation of hook_disable().

File

./imagecrop.install, line 18
Install file.

Code

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