From 752672cfe963f4a5cce1b56934b478f44ffc1eb1 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 9 Jan 2003 13:53:26 +0000 Subject: [PATCH] array name typo --- lib/class.AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class.AuthLdap.php b/lib/class.AuthLdap.php index 5c6ab2e..4008a96 100644 --- a/lib/class.AuthLdap.php +++ b/lib/class.AuthLdap.php @@ -377,7 +377,7 @@ class AuthLdap { // add to the array for each attribute in my list // add to the array for each attribute in my list for ( $i = 0; $i < count( $attributeArray); $i++) { - $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArra[$i])][0]; + $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArray[$i])][0]; } } -- libgit2 0.21.4