From 404d37a738d3e6a698a024967286960a58be9d81 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 24 May 2007 15:10:23 +0000 Subject: [PATCH] Fixed traffic lights for "update" git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6471 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_systemManagement.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc index 3f376951e..f19629928 100644 --- a/plugins/admin/systems/class_systemManagement.inc +++ b/plugins/admin/systems/class_systemManagement.inc @@ -900,12 +900,9 @@ class systems extends plugin $type= 'R'.$type; break; case 'install': - $type= 'Y'.$type; - break; case 'sysinfo': - $type= 'Y'.$type; - break; case 'softupdate': + case 'update': $type= 'Y'.$type; break; } -- 2.30.2