function imagecache_external_update_7100 in Imagecache External 7.2
Set the File Mode to 'managed' as the new default is 'unmanaged'.
File
- ./
imagecache_external.install, line 56 - (Un)install and update functions.
Code
function imagecache_external_update_7100() {
variable_set('imagecache_external_management', 'managed');
}