Code

- Added ssh plugin
[gosa.git] / plugins / admin / systems / class_systemManagement.inc
index 3f376951e09d57f4f79ce32096734a66a163ab26..27a4e6e0f7686aa3b20d9ce46996a0ce0e5543eb 100644 (file)
@@ -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 'scheduledupdate':
                 $type= 'Y'.$type;
                 break;
     }