Code

fixed base selection
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Feb 2006 06:05:45 +0000 (06:05 +0000)
committerhickert <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

index fea75e73dea50a54a50c8823dc0edc65f86eef2a..1f5cd480f71efbf9eb22ea80f6c602a0057cce1a 100644 (file)
@@ -118,7 +118,7 @@ class conference extends plugin
     $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"));