Changeset 24176
- Timestamp:
- 2011-06-20T15:52:55+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/WordPlugin.pm
r24166 r24176 238 238 if ($openoffice_available) { 239 239 return q^(?i)\.(doc|dot|docx|odt|wpd)$^; 240 } 241 return q^(?i)\.(docx?|dot)$^; 240 } elsif ($ENV{'GSDLOS'} =~ m/^windows$/i) { 241 # if OS is windows, can try using docx2html vbs script to see if they have Word 2007 242 # if the user turns windows_scripting on 243 return q^(?i)\.(docx?|dot)$^; 244 } 245 return q^(?i)\.(doc|dot)$^; 242 246 } 243 247
Note:
See TracChangeset
for help on using the changeset viewer.