projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec0d69b
)
Fix typo
author
fmarier
<fmarier>
Fri, 15 May 2009 03:37:07 +0000
(
03:37
+0000)
committer
fmarier
<fmarier>
Fri, 15 May 2009 03:37:07 +0000
(
03:37
+0000)
auth/ldap/config.html
patch
|
blob
|
history
diff --git
a/auth/ldap/config.html
b/auth/ldap/config.html
index 9783bd35e19cc18ce6023429553b2edc1ab9b637..594966a2f7e856bcfa583bd0e8a9710971399134 100644
(file)
--- a/
auth/ldap/config.html
+++ b/
auth/ldap/config.html
@@
-92,7
+92,7
@@
if (!function_exists('ldap_connect')) { // Is php4-ldap really there?
<td align="right"><label for="menuversion"><?php print_string('auth_ldap_version_key','auth') ?></label></td>
<td>
<?php
- $v
a
rsions = array();
+ $v
e
rsions = array();
$versions[2] = '2';
$versions[3] = '3';
choose_from_menu($versions, 'version', $config->version, '');