From fc1ee50882e760df11a099cdb0f566f61343f305 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 23 Nov 2005 09:11:03 +0000 Subject: [PATCH] Fixed arrows git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2016 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationStartup.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc index 4bc1a46c0..2d551801a 100644 --- a/plugins/admin/systems/class_workstationStartup.inc +++ b/plugins/admin/systems/class_workstationStartup.inc @@ -388,9 +388,9 @@ class workstartup extends plugin $i = 1; foreach($this->FAIclass as $class){ if($i==1){ - $str = $str_down.$str_empty.$str_remove; + $str = $str_empty.$str_down.$str_remove; }elseif($i == count($this->FAIclass)){ - $str = $str_empty.$str_up.$str_remove; + $str = $str_up.$str_empty.$str_remove; }else{ $str = $str_up.$str_down.$str_remove; } -- 2.30.2