Code

gotoLpdEnable wasn't saved as "Yes/No" it was saved as 1/0
[gosa.git] / plugins / admin / systems / class_SelectDeviceType.inc
index cbe2e66f72d552a02b62f75fdc0f43d320d471d1..65bd07d86a2f495acf0cc65f83f7aae1acf2a59d 100644 (file)
@@ -31,7 +31,7 @@ class SelectDeviceType extends plugin
       $this->ObjectGroups[$attrs['dn']]= $attrs['cn'][0];
     }
 
-    $this->SystemTypes =array("server"=>_("Server"),"workstation"=>_("Workstation"),"terminal"=>_("Terminal"));
+    $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server"));
   }
 
   function execute()