summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43b098d)
raw | patch | inline | side by side (parent: 43b098d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Feb 2008 13:13:25 +0000 (13:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Feb 2008 13:13:25 +0000 (13:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9075 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc
index 0c256bbeba33c853c63b8f6ce093eafcae1cff18..a67ff28e80dcda2fbcc4dfaa0be2bdcb47c0e42d 100644 (file)
"(pager=$s)(cn=$s)(givenName=$s)(sn=$s)(personalTitle=$s)(title=$s)))";
$attrs = array("uid");
- $res = get_list($filter,"users",$this->search_base,$attrs);
+ $res = get_sub_list($filter,"users",get_people_ou(),$this->search_base,$attrs);
$str = " AND (";
$fields = array("dstchannel","channel");