summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4014dbf)
raw | patch | inline | side by side (parent: 4014dbf)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Sep 2009 13:01:14 +0000 (13:01 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Sep 2009 13:01:14 +0000 (13:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14389 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 d4349fa278fa84d1da840cf1e47aa835e1a7a24b..be9ffcc4704c21c627cde9d00ce98079769513bd 100644 (file)
foreach($servers as $server){
if ($this->attrs['gosaUnitTag'][0] != $server['TAG']) {
- echo "Skipping server " . $server['SERVER'] . "<br>";
continue;
}
-
- echo "My unittag: ". $this->attrs['gosaUnitTag'][0] ."<br>";
- echo "<p> " . print_a($server);
- echo "</p>";
$rel = $server['FAI_RELEASE'];
$this->cache['SERVERS']['auto'][$rel] = $rel;
$this->cache['SERVERS'][$server['SERVER']][$rel] = $rel;