From 59c639f79fed34eb38f672ae04cf765150264a57 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Nov 2009 08:58:05 +0000 Subject: [PATCH] Updated activation of new systems -Inherit from ogroups using existing methods, don't do it manually. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14737 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_systemManagement.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 39842f3c7..84bd5b2b5 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -443,10 +443,7 @@ class systems extends plugin */ foreach (array("workservice", "termservice") as $cls){ if (isset($this->systab->by_object[$cls])){ - $this->systab->by_object[$cls]->gotoXMouseport= ""; - $this->systab->by_object[$cls]->gotoXMouseType= ""; - $this->systab->by_object[$cls]->gotoXResolution= ""; - $this->systab->by_object[$cls]->gotoXColordepth= ""; + $this->systab->by_object[$cls]->set_everything_to_inherited(); } } -- 2.30.2