From d8226b8e81a6d33081c5cd9e7e371b1438698fe6 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 25 Oct 2007 13:39:18 +0000 Subject: [PATCH] Made selector work git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7661 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc index 610aec2a6..0f47013a8 100644 --- a/plugins/admin/systems/class_workstationStartup.inc +++ b/plugins/admin/systems/class_workstationStartup.inc @@ -894,7 +894,7 @@ class workstartup extends plugin }else{ $tmp = $this->getFAIreleases(); foreach($tmp as $release => $data){ - if(isset($rest['RELEASE'][$release])){ + if(isset($rest['RELEASE'][$release]) && $release == $this->FAIrelease){ $use = $data['USE']; } } -- 2.30.2