function blockgroup_features_revert in Block Group 7.2
Same name and namespace in other branches
- 7 blockgroup.features.inc \blockgroup_features_revert()
Implements [component]_features_revert().
File
- ./
blockgroup.features.inc, line 67 - Features integration for Block Group module.
Code
function blockgroup_features_revert($module) {
blockgroup_features_rebuild($module);
}