]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed missed variable name
authorpaca70 <paca70>
Wed, 22 Sep 2004 11:33:41 +0000 (11:33 +0000)
committerpaca70 <paca70>
Wed, 22 Sep 2004 11:33:41 +0000 (11:33 +0000)
auth/ldap/lib.php

index a3c5db93ffdedbe6d96aafe6faeb169fb3c640a7..9c684a96a74121362c1e44c5b39dd146cb48645c 100644 (file)
@@ -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";