function imagecache_external_update_7101 in Imagecache External 7.2
Set the Imagecache Externals directory to 'imagecache/external'.
File
- ./
imagecache_external.install, line 63 - (Un)install and update functions.
Code
function imagecache_external_update_7101() {
variable_set('imagecache_directory', 'imagecache/external');
}