You are here

function imagecache_action_load in ImageCache 6.2

File

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

Code

function imagecache_action_load($actionid) {
  return imagecache_action($actionid, TRUE);
}