function exif_custom_features_revert in EXIF Custom 7
Implements COMPONENT_features_revert().
File
- ./
exif_custom.features.inc, line 67 - Features file for the exif_custom module.
Code
function exif_custom_features_revert($module) {
exif_custom_features_rebuild($module);
}