From: paca70 Date: Wed, 22 Sep 2004 11:33:41 +0000 (+0000) Subject: Fixed missed variable name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=026e8973a9df9e7865ebbc57ff2d8fb4f496fb73;p=moodle.git Fixed missed variable name --- diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index a3c5db93ff..9c684a96a7 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -402,7 +402,7 @@ function auth_user_activate ($username) { $ldapconnection = auth_ldap_connect(); - $userdn = auth_ldap_find_userdn($ldapconnect, $username); + $userdn = auth_ldap_find_userdn($ldapconnection, $username); $newinfo['loginDisabled']="FALSE";