Incorrect variable name used for parameter.

This commit is contained in:
thepurpleblob 2005-05-18 13:15:21 +00:00
parent d5a9ea21af
commit 6e8503ab38

View File

@ -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, "");
?>
<?php if (isset($err["ldap_search_sub"])) formerr($err["ldap_search_sub"]); ?>
</td>