Browse Source

Unifying with STABLE

Fredrik Jervfors 21 years ago
parent
commit
3dcfb0d948
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/attachment_common.php

+ 1 - 0
functions/attachment_common.php

@@ -31,6 +31,7 @@ $FileExtensionToMimeType = array('bmp'  => 'image/x-bitmap',
                                  'png'  => 'image/png',
                                  'rtf'  => 'text/richtext',
                                  'txt'  => 'text/plain',
+                                 'patch'=> 'text/plain',
                                  'vcf'  => 'text/x-vcard');
 
 /* Register browser-supported image types */