summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d27757)
raw | patch | inline | side by side (parent: 3d27757)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Jul 2007 09:56:45 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Jul 2007 09:56:45 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6906 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_terminalGeneric.inc | patch | blob | history | |
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_terminalGeneric.inc b/plugins/admin/systems/class_terminalGeneric.inc
index 4337b6b7f8e5009c84fed1fc7d2d1d2d9f0b8a34..797186de2f41404593392d196c1d570f967cd3a5 100644 (file)
/* Set workstation service attributes to inherited */
if($this->member_of_ogroup && isset($this->parent->by_object['termservice'])){
foreach(array("gotoXKbLayout","gotoXKbModel","gotoXKbVariant",
- "gotoXResolution","gotoXColordepth","gotoXMouseType","gotoXMouseType") as $name){
+ "gotoXResolution","gotoXColordepth","gotoXMouseType","gotoXMouseport") as $name){
$this->parent->by_object['termservice']->$name = "default";
}
}
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 1c0cb6c77f18d63ae4ef1e87020a01ce3777baa4..a6984a55897608e31398e03f31cdb92e56a259a9 100644 (file)
/* Set workstation service attributes to inherited */
if($this->member_of_ogroup && isset($this->parent->by_object['workservice'])){
foreach(array("gotoXKbLayout","gotoXKbModel","gotoXKbVariant",
- "gotoXResolution","gotoXColordepth","gotoXMouseType","gotoXMouseType") as $name){
+ "gotoXResolution","gotoXColordepth","gotoXMouseType","gotoXMouseport") as $name){
$this->parent->by_object['workservice']->$name = "default";
}
}