function imagefield_focus_disable in ImageField Focus 6
Same name and namespace in other branches
- 7 imagefield_focus.install \imagefield_focus_disable()
Implementation of hook_disable().
File
- ./
imagefield_focus.install, line 27
Code
function imagefield_focus_disable() {
cache_clear_all('imagecache_actions', 'cache');
}