You are here

function imagefield_focus_update_6000 in ImageField Focus 6

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

Implementation of hook_update_N().

File

./imagefield_focus.install, line 34

Code

function imagefield_focus_update_6000() {
  cache_clear_all('imagecache_actions', 'cache');
  return array();
}