You are here

function ldap_settings_features_revert in LDAP integration 6

Implementation of hook_features_revert(). [component_hook] These are not really called since StrongArm is handling this.

File

./ldapauth.features.inc, line 203
Feature related functions.

Code

function ldap_settings_features_revert($module) {
  variable_features_revert($module);
}