You are here

function imagefield_focus_enable in ImageField Focus 7

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

Implementation of hook_enable().

File

./imagefield_focus.install, line 68
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

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