From 6e8503ab389419d98a5655e8713e3eb3de80adf1 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 18 May 2005 13:15:21 +0000 Subject: [PATCH] Incorrect variable name used for parameter. --- auth/ldap/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/config.html b/auth/ldap/config.html index aa25b5a18f0..e0632344ed6 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -161,7 +161,7 @@ if (!function_exists('ldap_connect')){ // Is php4-ldap really there? $choices = array();; $choices["0"] = get_string("no"); $choices["1"] = get_string("yes"); - choose_from_menu ($choices, "ldap_search_sub", $form->ldap_search_sub, ""); + choose_from_menu ($choices, "ldap_search_sub", $config->ldap_search_sub, ""); ?>