From: skodak Date: Tue, 24 Jun 2008 22:10:30 +0000 (+0000) Subject: MDL-15398 reverting previous incorrect patch X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=31693d6fe7104d71909674ed4e2483f4d160d7ae;p=moodle.git MDL-15398 reverting previous incorrect patch --- diff --git a/auth/ldap/config.html b/auth/ldap/config.html index 4ea17eba76..e2b34fb36c 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -195,9 +195,9 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there? opt_deref, ''); + $opt_deref[LDAP_DEREF_NEVER] = get_string('no'); + $opt_deref[LDAP_DEREF_ALWAYS] = get_string('yes'); + choose_from_menu($opt_deref, 'opt_deref', $config->opt_deref, LDAP_DEREF_NEVER, ''); if (isset($err['opt_deref'])) formerr($err['opt_deref']); ?>