summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e34bf8f)
raw | patch | inline | side by side (parent: e34bf8f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Feb 2006 06:05:45 +0000 (06:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Feb 2006 06:05:45 +0000 (06:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2685 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_phoneConferenceGeneric.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index fea75e73dea50a54a50c8823dc0edc65f86eef2a..1f5cd480f71efbf9eb22ea80f6c602a0057cce1a 100644 (file)
$this->config->make_idepartments();
$smarty= get_smarty();
- $smarty->assign("bases" ,array_flip($this->config->departments));
+ $smarty->assign("bases" ,$this->config->idepartments);
$smarty->assign("base" ,$this->base);
$smarty->assign("goFonConferenceOptions", array("D"=>"Conference ","d"=>"Conference without PIN"));