summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7471475)
raw | patch | inline | side by side (parent: 7471475)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Oct 2008 09:14:56 +0000 (09:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Oct 2008 09:14:56 +0000 (09:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12576 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 107a3efd62cb9d8d78b83059ca9ab35a89a1d40f..50d355c7102ea73560ee6de35df02e63b2ddfd3c 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');