You are here

function imagecache_form_system_modules_alter in ImageCache 6.2

Implementation of hook_form_FORM_ID_alter.

Clear imagecache presets cache on admin/build/modules form.

File

./imagecache.module, line 97
Dynamic image resizer and image cacher.

Code

function imagecache_form_system_modules_alter(&$form, $form_state) {
  imagecache_presets(TRUE);
}