function exif_custom_update_7103 in EXIF Custom 7
Make all image processing automatic.
File
- ./
exif_custom.install, line 145 - Schema and update hook implementations for the EXIF Custom module.
Code
function exif_custom_update_7103() {
variable_del('exif_custom_checks');
}