From f265a40036799c278e8b3c777500048d8c4a1485 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 16 Aug 2005 14:12:42 +0000 Subject: [PATCH] removed print_as and other fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1157 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/conference/class_phoneConferenceGeneric.inc | 2 -- plugins/gofon/conference/class_phoneConferenceManagment.inc | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index a96686dd3..2b882da6b 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -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); diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc index 3ffdbd874..4eaa45115 100644 --- a/plugins/gofon/conference/class_phoneConferenceManagment.inc +++ b/plugins/gofon/conference/class_phoneConferenceManagment.inc @@ -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 -- 2.30.2