From: cajus Date: Thu, 24 May 2007 15:10:23 +0000 (+0000) Subject: Fixed traffic lights for "update" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=404d37a738d3e6a698a024967286960a58be9d81;p=gosa.git Fixed traffic lights for "update" git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6471 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }