Code

Remove unfinished code from workstationStartup which is part
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Oct 2009 13:08:49 +0000 (13:08 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Oct 2009 13:08:49 +0000 (13:08 +0000)
of another (upcoming) change.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14481 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index 9b599f4d99f2d7dd924ef4bd8ced2521bd3c22d8..436c0757dad587ee5834a01f5c2d826e1fbd4634 100644 (file)
@@ -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;