Code

Column name changed.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 12:03:38 +0000 (12:03 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 12:03:38 +0000 (12:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12514 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index b76ea27cfefbbc20f3412082d46095eb7183c947..407c6f4022995757e957a5edeaba66783d7c742d 100644 (file)
@@ -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');