From a95a39b914b4183088ccc8721a2917549e08d53d Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Wed, 20 Jul 2011 13:16:48 +0000 Subject: [PATCH] =?UTF-8?q?mimetypes=20image=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/tinymce_dms.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/tinymce_dms.php b/cms/tinymce_dms.php index 2202d9147..120d7d1e2 100644 --- a/cms/tinymce_dms.php +++ b/cms/tinymce_dms.php @@ -110,7 +110,8 @@ $mimetypes = array( 'application/vnd.oasis.opendocument.text'=>'openoffice0.jpg', 'application/msword'=>'dotpic.gif', 'application/x-zip'=>'zippic.gif', - + 'image/jpeg'=>'imgpic.gif', + 'image/gif'=>'imgpic.gif', ); // Hole Datei aus Import Verzeichnis @@ -423,7 +424,7 @@ function drawFilesList($rows) if(array_key_exists($row->mimetype,$mimetypes)) echo ''; else - echo ''; + echo ''; // wenn es noch höhere Versionen zu diesem Dokument gibt, wird dieses gekennzeichnet $newVersion = '';