imagecache_Actions.install 445 B

123456789
  1. <?php
  2. /**
  3. * Warn about the soft dependency on system steam wrapper module
  4. */
  5. function imagecache_actions_update_7001(&$sandbox) {
  6. //$t = get_t();
  7. drupal_set_message(t("Imagecache Actions: If you use the module:// notation anywhere in an image effect, you must now install the !module module.",
  8. array('!module' => l('System Stream Wrapper', 'http://drupal.org/project/system_stream_wrapper', array('external' => TRUE)))), 'warning');
  9. }