function themekey_features_rule_chain_features_revert in ThemeKey 6.4
Same name and namespace in other branches
- 6.3 themekey_features.module \themekey_features_rule_chain_features_revert()
- 7.3 themekey_features.module \themekey_features_rule_chain_features_revert()
- 7 themekey_features.module \themekey_features_rule_chain_features_revert()
- 7.2 themekey_features.module \themekey_features_rule_chain_features_revert()
Implementation of hook_features_revert().
File
- ./
themekey_features.module, line 98
Code
function themekey_features_rule_chain_features_revert($module) {
return themekey_features_rule_chain_features_rebuild($module);
}