summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c0ac44)
raw | patch | inline | side by side (parent: 4c0ac44)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 May 2008 12:39:53 +0000 (12:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 May 2008 12:39:53 +0000 (12:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11106 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
index 7a8ccfe771dafcc9bc43e96543aaa4f213b2a101..006a1ad77324f3570f81ffe64a830b3f87469c99 100644 (file)
"(pager=$s)(cn=$s)(givenName=$s)(sn=$s)(personalTitle=$s)".
"(title=$s)))";
- $res = get_list($filter, "users", $this->search_base, array("uid"), GL_SUBSEARCH | GL_NO_ACL_CHECK);
+ $res = get_list($filter, "users", $this->search_base, array("uid"), GL_SUBSEARCH );
/* Check if we are allowed to collect fax data */
$fax_users= array();