Bläddra i källkod

Enhancement: support docx

till 11 år sedan
förälder
incheckning
aa991b9c40
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      library/Zend/Gdata/Docs.php

+ 1 - 0
library/Zend/Gdata/Docs.php

@@ -75,6 +75,7 @@ class Zend_Gdata_Docs extends Zend_Gdata
       'HTML'=>'text/html',
       'HTM'=>'text/html',
       'DOC'=>'application/msword',
+      'DOCX'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
       'ODS'=>'application/vnd.oasis.opendocument.spreadsheet',
       'ODT'=>'application/vnd.oasis.opendocument.text',
       'RTF'=>'application/rtf',