imagecache_actions.install in ImageCache Actions 8
File
imagecache_actions.install
View source
<?php
function imagecache_actions_update_7001(&$sandbox) {
drupal_set_message(t("Imagecache Actions: If you use the module:// notation anywhere in an image effect, you must now install the !module module.", array(
'!module' => l('System Stream Wrapper', 'https://drupal.org/project/system_stream_wrapper', array(
'external' => TRUE,
)),
)), 'warning');
}
function imagecache_actions_update_7002(&$sandbox) {
cache_clear_all('image_styles', 'cache');
}