function farm_update_7006 in farmOS 7
Autorotate images.
File
- ./
farm.install, line 362 - farmOS install file.
Code
function farm_update_7006(&$sandbox) {
// Enable the EXIF Orientation module.
_farm_update_enable_modules(array(
'exif_orientation',
));
}