function imagecache_actions_update_7002 in ImageCache Actions 8
Same name and namespace in other branches
- 7 imagecache_actions.install \imagecache_actions_update_7002()
Clear image styles cache.
File
- ./
imagecache_actions.install, line 13
Code
function imagecache_actions_update_7002(&$sandbox) {
// We need to clear this cache as many effect callbacks have been renamed.
cache_clear_all('image_styles', 'cache');
}