MDL-23412 Fixed a typo

This commit is contained in:
Martin Dougiamas
2010-07-20 03:06:23 +00:00
parent a4694f0e35
commit caf0021225
+1 -1
View File
@@ -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');