Code

Column name changed.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 12:02:47 +0000 (12:02 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 12:02:47 +0000 (12:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12512 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index e4aec967325dfb41f85fb5992531dbae6fbf6242..ea4db08a490e13d67b80f8cc1c65ac5ff10d370c 100644 (file)
@@ -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');