Changeset 693

Show
Ignore:
Timestamp:
01/13/10 19:40:25 (8 months ago)
Author:
alex94040
Message:

Fixes #426 (Wrong Rich Text Format mime type in QMimeType). This is a port of a fix made by Mike Ho in QCodo. Reviewed by alex94040.

Location:
framework/branches
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/1.0/wwwroot/includes/qcodo/_core/framework/QMimeType.class.php

    r563 r693  
    1919                const PlainText = 'text/plain'; 
    2020                const Png = 'image/png'; 
    21                 const RichText = 'text/richtext'; 
     21                const RichText = 'text/rtf'; 
    2222                const Quicktime = 'video/quicktime'; 
    2323                const WavAudio = 'audio/x-wav'; 
  • framework/branches/1.1/includes/qcubed/_core/framework/QMimeType.class.php

    r562 r693  
    1919                const PlainText = 'text/plain'; 
    2020                const Png = 'image/png'; 
    21                 const RichText = 'text/richtext'; 
     21                const RichText = 'text/rtf'; 
    2222                const Quicktime = 'video/quicktime'; 
    2323                const WavAudio = 'audio/x-wav';