You are here

function simple_ldap_update_7100 in Simple LDAP 7.2

Same name and namespace in other branches
  1. 7 simple_ldap.install \simple_ldap_update_7100()

Update configuration variables.

File

./simple_ldap.install, line 84
simple_ldap module installation.

Code

function simple_ldap_update_7100(&$sandbox) {
  variable_set('simple_ldap_opt_referrals', variable_get('simple_ldap_opt_referrals', TRUE));
}