Fix typo
authorfmarier <fmarier>
Fri, 15 May 2009 03:37:07 +0000 (03:37 +0000)
committerfmarier <fmarier>
Fri, 15 May 2009 03:37:07 +0000 (03:37 +0000)
auth/ldap/config.html

index 9783bd35e19cc18ce6023429553b2edc1ab9b637..594966a2f7e856bcfa583bd0e8a9710971399134 100644 (file)
@@ -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
-       $varsions = array();
+       $versions = array();
        $versions[2] = '2';
        $versions[3] = '3';
        choose_from_menu($versions, 'version', $config->version, '');