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