Commit d4ca3548b74e3ab9db58fb67c259ec5b0420f8d6

Authored by jjordaan
2 parents 38f2d1af 2b4eaf9c

Merge branch 'master' of git@github.com:ktgit/knowledgetree

plugins/pdfConverter/pdfConverter.php
... ... @@ -80,11 +80,11 @@ class pdfConverter extends BaseProcessor
80 80  
81 81 // taken from the original list of accepted types in the pdf generator action
82 82 $mime_types = array();
83   - $mime_types[] = 'text/plain';
  83 + //$mime_types[] = 'text/plain';
  84 + //$mime_types[] = 'text/xml';
  85 + //$mime_types[] = 'chemical/x-pdb';
  86 + //$mime_types[] = 'text/csv';
84 87 $mime_types[] = 'text/rtf';
85   - $mime_types[] = 'text/xml';
86   - $mime_types[] = 'text/csv';
87   - $mime_types[] = 'chemical/x-pdb';
88 88 $mime_types[] = 'application/msword';
89 89 $mime_types[] = 'application/vnd.ms-powerpoint';
90 90 $mime_types[] = 'application/vnd.ms-excel';
... ...