From dbb87eb0b75953de82421bace1c965434fa67d74 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 1 Oct 2008 09:14:56 +0000 Subject: [PATCH] Reverted to "RELEASE" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12576 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 107a3efd6..50d355c71 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -1079,7 +1079,7 @@ class workstartup extends plugin 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'); -- 2.30.2