From c2e9e19cb5e8b2d24d4efbdd7e5b9405391132f0 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 26 May 2006 09:08:26 +0000 Subject: [PATCH] removed debug print. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3515 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofax/faxaccount/class_gofaxAccount.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc index 9455b4249..cc063a61a 100644 --- a/plugins/gofax/faxaccount/class_gofaxAccount.inc +++ b/plugins/gofax/faxaccount/class_gofaxAccount.inc @@ -349,7 +349,6 @@ class gofaxAccount extends plugin $base= $faxfilter['depselect']; $acl= array($this->config->current['BASE'] => ":all"); - print "(&(objectClass=goFaxAccount)$filter)"; $res= get_list("(&(objectClass=goFaxAccount)$filter)", $acl, $base, array("sn", "givenName", "facsimileTelephoneNumber"), GL_SIZELIMIT | GL_SUBSEARCH); -- 2.30.2