Code

removed print_as and other fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Aug 2005 14:12:42 +0000 (14:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Aug 2005 14:12:42 +0000 (14:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1157 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/conference/class_phoneConferenceGeneric.inc
plugins/gofon/conference/class_phoneConferenceManagment.inc

index a96686dd3138c7e41989604709c1b079c60c95e8..2b882da6b89dcf6cbca2de9a031385c89c1c6270 100644 (file)
@@ -105,8 +105,6 @@ class conference extends plugin
        $this->config->make_idepartments();
        $smarty= get_smarty();
 
-  print_a($_POST);
-
   $smarty->assign("bases" ,array_flip($this->config->departments));
   $smarty->assign("base"  ,$this->base);
 
index 3ffdbd874f11d0b6fdb6cee59e8e2bc526e5bf45..4eaa451151f77f72379632a49f5275a4c52ccde7 100644 (file)
@@ -347,8 +347,8 @@ class phoneConferenceManagment extends plugin
     $base             = $conferencefilter['depselect'];
     $regex            = $conferencefilter['regex'];
 
-               $this->conferences= get_list2($this->ui->subtreeACL, "(objectClass=goFonConference)",TRUE, $base, array("*"), FALSE);
-    
+               $this->conferences= get_list($this->ui->subtreeACL, "(objectClass=goFonConference)",FALSE, $base, array("*"), FALSE);
+  
     /* NEW LIST MANAGMENT
      * We also need to search for the departments
      * So we are able to navigate like in konquerer