Code

Added mime groups
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Jun 2006 05:16:47 +0000 (05:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Jun 2006 05:16:47 +0000 (05:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3976 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/mimetypes/class_mimetypeGeneric.inc

index 9d2edf1c7d17d0df84f91f92ca2e56d56dd7deed..ee3af254e75dc6191fb351c924d0fe5a46262640 100644 (file)
@@ -48,7 +48,8 @@ class mimetype extends plugin
   var $CopyPasteVars        = array("use_gotoMimeFilePattern","use_gotoMimeApplication","use_gotoMimeEmbeddedApplication","iconData");
 
   /* Select options */
-  var $MimeGroups                            = array("video","audio","system");
+  var $MimeGroups                            = array("application","audio","chemical","image","inode","message","model",
+                                      "multipart","text","video","x-conference","x-world");
 
   /* Orig_Dn is used to verify if this object is new or only edited */         
   var $orig_dn                 = "";