From: hickert Date: Wed, 4 Nov 2009 08:58:05 +0000 (+0000) Subject: Updated activation of new systems X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=59c639f79fed34eb38f672ae04cf765150264a57;p=gosa.git 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 --- 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(); } }