From 4a84c58419a25f2114a3708712bc94aa6abb9c3c Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Jul 2005 10:50:21 +0000 Subject: [PATCH] Unintialized var fixed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 7ed1c12e4..e6ed318e2 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -523,7 +523,7 @@ class LDAP{ /* Reset index */ $i = 1 ; - + $identifier = array(); $attribute= @ldap_first_attribute($this->cid,$entry,$identifier); while ($attribute) { $i++; -- 2.30.2