function simple_ldap_update_7100 in Simple LDAP 7
Same name and namespace in other branches
- 7.2 simple_ldap.install \simple_ldap_update_7100()
Update configuration variables.
File
- ./
simple_ldap.install, line 70 - simple_ldap module installation.
Code
function simple_ldap_update_7100(&$sandbox) {
variable_set('simple_ldap_opt_referrals', variable_get('simple_ldap_opt_referrals', TRUE));
}