Code

Updated phone reports.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Feb 2008 13:13:25 +0000 (13:13 +0000)
committerhickert <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

index 0c256bbeba33c853c63b8f6ce093eafcae1cff18..a67ff28e80dcda2fbcc4dfaa0be2bdcb47c0e42d 100644 (file)
@@ -330,7 +330,7 @@ class fonreport extends plugin
         "(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");