summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c636133)
raw | patch | inline | side by side (parent: c636133)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Sep 2008 12:03:38 +0000 (12:03 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Sep 2008 12:03:38 +0000 (12:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12514 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index b76ea27cfefbbc20f3412082d46095eb7183c947..407c6f4022995757e957a5edeaba66783d7c742d 100644 (file)
return;
}else{
foreach($tmp as $entry){
- $rel = $entry['FAI_RELEASE'];
+ $rel = $entry['RELEASE'];
$this->cache['SERVERS']['auto'][$rel] = $rel;
$this->cache['SERVERS'][$entry['SERVER']][$rel] = $rel;
uksort($this->cache['SERVERS']['auto'], 'strnatcasecmp');