You are here

function imagefield_focus_enable in ImageField Focus 6

Same name and namespace in other branches
  1. 7 imagefield_focus.install \imagefield_focus_enable()

Implementation of hook_enable().

File

./imagefield_focus.install, line 20

Code

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