MDL-23412 Fixed a typo
This commit is contained in:
@@ -64,7 +64,7 @@ if ($ADMIN->fulltree) {
|
||||
$options = ldap_supported_usertypes();
|
||||
$settings->add(new admin_setting_configselect('enrol_ldap/user_type', get_string('user_type_key', 'enrol_ldap'), get_string('user_type', 'enrol_ldap'), 'default', $options));
|
||||
|
||||
if (!defined('LDAP_DEFER_NEVER')) define ('LDAP_DEREF_NEVER', 0);
|
||||
if (!defined('LDAP_DEREF_NEVER')) define ('LDAP_DEREF_NEVER', 0);
|
||||
if (!defined('LDAP_DEREF_ALWAYS')) define ('LDAP_DEREF_ALWAYS', 3);
|
||||
$options = array();
|
||||
$options[LDAP_DEREF_NEVER] = get_string('no');
|
||||
|
||||
Reference in New Issue
Block a user