Code

Unintialized var fixed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 10:50:21 +0000 (10:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 10:50:21 +0000 (10:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@935 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 7ed1c12e49ea797380b08946fe143172cfc27bd5..e6ed318e2f624375433b702a3c15cf42e20e6361 100644 (file)
@@ -523,7 +523,7 @@ class LDAP{
 
     /* Reset index */
     $i = 1 ; 
-
+       $identifier = array();
     $attribute= @ldap_first_attribute($this->cid,$entry,$identifier);
     while ($attribute) {
       $i++;