From 45a2173e4b2045b5df686adecf4f91d27d2c5c7f Mon Sep 17 00:00:00 2001 From: psc Date: Fri, 2 Oct 2009 13:08:49 +0000 Subject: [PATCH] Remove unfinished code from workstationStartup which is part of another (upcoming) change. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14481 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationStartup.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 9b599f4d9..436c0757d 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -1073,10 +1073,6 @@ class workstartup extends plugin }else{ foreach($servers as $server){ - if ($this->attrs['gosaUnitTag'][0] != $server['TAG']) { - continue; - } - $rel = $server['FAI_RELEASE']; $this->cache['SERVERS']['auto'][$rel] = $rel; $this->cache['SERVERS'][$server['SERVER']][$rel] = $rel; -- 2.30.2