summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 417dab3)
raw | patch | inline | side by side (parent: 417dab3)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 13:08:49 +0000 (13:08 +0000) | ||
committer | psc <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
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 | patch | blob | history |
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 9b599f4d99f2d7dd924ef4bd8ced2521bd3c22d8..436c0757dad587ee5834a01f5c2d826e1fbd4634 100644 (file)
}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;