From 31693d6fe7104d71909674ed4e2483f4d160d7ae Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 24 Jun 2008 22:10:30 +0000 Subject: [PATCH] MDL-15398 reverting previous incorrect patch --- auth/ldap/config.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']); ?> -- 2.39.5