Commit 752672cfe963f4a5cce1b56934b478f44ffc1eb1

Authored by michael
1 parent 2a500e40

array name typo


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@94 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/class.AuthLdap.php
... ... @@ -377,7 +377,7 @@ class AuthLdap {
377 377 // add to the array for each attribute in my list
378 378 // add to the array for each attribute in my list
379 379 for ( $i = 0; $i < count( $attributeArray); $i++) {
380   - $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArra[$i])][0];
  380 + $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArray[$i])][0];
381 381 }
382 382 }
383 383  
... ...