From ff8786eb12579b5c35046a5de43469990eb59d68 Mon Sep 17 00:00:00 2001 From: janw Date: Thu, 18 Sep 2008 12:02:47 +0000 Subject: [PATCH] Column name changed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12512 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 e4aec9673..ea4db08a4 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