Changeset 22894
- Timestamp:
- 2010-09-13T14:42:14+12:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/WordPlugin.pm
r22874 r22894 237 237 238 238 if ($openoffice_available) { 239 return q^(?i)\.(doc|dot|docx|odt )$^;239 return q^(?i)\.(doc|dot|docx|odt|wpd)$^; 240 240 } 241 241 return q^(?i)\.(doc|dot)$^;
Note:
See TracChangeset
for help on using the changeset viewer.