From a635074e3c43fceb9f3f5917c515f98f0167b324 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 10 Jan 2007 08:12:38 +0000 Subject: [PATCH] Aovid undefined index error msg git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5507 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 3e6ad5e0f..81c46482a 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -1341,7 +1341,7 @@ class phoneAccount extends plugin $ldap= $this->config->get_ldap_link(); $ldap->cd($this->config->current['BASE']); - $ldap->search("(objectClass=goFonQueue)", array("member")); + $ldap->search("(&(objectClass=goFonQueue)(member=*))", array("member")); while($attr = $ldap->fetch()){ if(in_array($this->dn,$attr['member'])){ $new =new ogrouptabs($this->config, $this->config->data['TABS']['OGROUPTABS'],$attr['dn']); -- 2.30.2