mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Incorrect variable name used for parameter.
This commit is contained in:
parent
d5a9ea21af
commit
6e8503ab38
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue