From 3f385dd6d82bdd63282859dd99479844d2ffdc28 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 1 Oct 2008 09:33:42 +0000 Subject: [PATCH] Developers playing ping-pong... :-( git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12578 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 50d355c71..107a3efd6 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['RELEASE']; + $rel = $entry['FAI_RELEASE']; $this->cache['SERVERS']['auto'][$rel] = $rel; $this->cache['SERVERS'][$entry['SERVER']][$rel] = $rel; uksort($this->cache['SERVERS']['auto'], 'strnatcasecmp'); -- 2.30.2