image/jpg == image/jpeg
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 3 Jan 2011 21:13:02 +0000 (14:13 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Jan 2011 19:27:24 +0000 (12:27 -0700)
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php

index 505c672..a50ea6c 100644 (file)
@@ -61,6 +61,8 @@ class Horde_Mime_Viewer_Images extends Horde_Mime_Viewer_Base
         $type = $this->_mimepart->getType();
 
         switch ($type) {
+        case 'image/jpg':
+            /* image/jpg == image/jpeg. */
         case 'image/pjpeg':
             /* image/jpeg and image/pjpeg *appear* to be the same entity, but
              * Mozilla (for one) don't seem to want to accept the latter. */