mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Incorrect variable name used for parameter.
This commit is contained in:
parent
d5a9ea21af
commit
6e8503ab38
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user