ldap authentication: MDL-21352 Fix LDAP missing string in settings page

Thanks a lot to Ralf Krause for pointing it out!
This commit is contained in:
Inaki 2010-01-17 15:41:07 +00:00
parent bc0663abfb
commit 2593c1c681

View file

@ -447,7 +447,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there?
<tr>
<td colspan="2">
<h4><?php print_string('auth_ntlmsso', '_ldap') ?> </h4>
<h4><?php print_string('auth_ntlmsso', 'auth_ldap') ?> </h4>
</td>
</tr>