function blockgroup_features_revert in Block Group 7
Same name and namespace in other branches
- 7.2 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);
}