summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f3071d)
raw | patch | inline | side by side (parent: 4f3071d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Aug 2005 14:12:42 +0000 (14:12 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/gofon/conference/class_phoneConferenceManagment.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index a96686dd3138c7e41989604709c1b079c60c95e8..2b882da6b89dcf6cbca2de9a031385c89c1c6270 100644 (file)
$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 3ffdbd874f11d0b6fdb6cee59e8e2bc526e5bf45..4eaa451151f77f72379632a49f5275a4c52ccde7 100644 (file)
$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