summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fb0126)
raw | patch | inline | side by side (parent: 3fb0126)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 May 2006 09:08:26 +0000 (09:08 +0000) | ||
committer | janw <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 | patch | blob | history |
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index 9455b4249f98034d101b23334e250be5349b72ed..cc063a61a04dade60c9e367ab2ea7cfc3b86b52c 100644 (file)
$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);