Code

Reverted 3035
[gosa.git] / plugins / gofon / macro / class_gofonMacroManagement.inc
index 75680383939fc956bad49780b4aba1097bb7f429..6ea4e3649796721e42d60793da3b01dbd0269fb0 100755 (executable)
@@ -473,9 +473,9 @@ class gofonMacro extends plugin
     ksort($tmp);
     foreach($tmp as $value){
       if(isset($value["description"][0])){
-        $this->departments[$value['dn']]=convert_department_dn2($value['dn'])." - [".$value["description"][0]."]";
+        $this->departments[$value['dn']]= convert_department_dn2($value['dn'])." - [".$value["description"][0]."]";
       }else{
-        $this->departments[$value['dn']]=convert_department_dn2($value['dn']);//$value["description"][0];
+        $this->departments[$value['dn']]= convert_department_dn2($value['dn']);//$value["description"][0];
       }
     }