From: janw Date: Thu, 18 Sep 2008 12:03:38 +0000 (+0000) Subject: Column name changed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0b8544d95b746d01d30b137e85226c9bbb04910;p=gosa.git Column name changed. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12514 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index b76ea27cf..407c6f402 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -1108,7 +1108,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');