Code

removed debug print.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 May 2006 09:08:26 +0000 (09:08 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 May 2006 09:08:26 +0000 (09:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3515 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/faxaccount/class_gofaxAccount.inc

index 9455b4249f98034d101b23334e250be5349b72ed..cc063a61a04dade60c9e367ab2ea7cfc3b86b52c 100644 (file)
@@ -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);