summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99a5229)
raw | patch | inline | side by side (parent: 99a5229)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 05:16:47 +0000 (05:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/mimetypes/class_mimetypeGeneric.inc b/plugins/admin/mimetypes/class_mimetypeGeneric.inc
index 9d2edf1c7d17d0df84f91f92ca2e56d56dd7deed..ee3af254e75dc6191fb351c924d0fe5a46262640 100644 (file)
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 = "";