function uuid_fpp_features_revert in UUID Features Integration 7
Implements hook_features_revert().
File
- includes/
uuid_fpp.features.inc, line 121 - Features hooks for the uuid_fpp features component.
Code
function uuid_fpp_features_revert($module) {
uuid_fpp_features_rebuild($module);
}