You are here

function profile_field_features_revert in Features 6

Implementation of hook_features_revert().

File

includes/features.profile.inc, line 64

Code

function profile_field_features_revert($module) {
  profile_field_features_rebuild($module);
}