From: hickert Date: Tue, 16 Aug 2005 14:12:42 +0000 (+0000) Subject: removed print_as and other fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f265a40036799c278e8b3c777500048d8c4a1485;p=gosa.git removed print_as and other fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1157 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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