Ignore:
Timestamp:
2009-01-19T18:08:49+13:00 (15 years ago)
Author:
ak19
Message:

Modified srcreplaceable plugins (plugins which operate on docs where the source file can be replaced with their converted htmls) to set the file_rename_method to none for secondary plugins (for Text, HTML, and PagedImage plugins) so that the file is not renamed several times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/RTFPlugin.pm

    r15872 r18406  
    8888    push(@$html_options,"-extract_language") if $self->{'extract_language'};
    8989
     90    push(@$html_options, "-file_rename_method", "none");
     91    push(@$text_options, "-file_rename_method", "none");
     92
    9093    $self = bless $self, $class;
    9194
Note: See TracChangeset for help on using the changeset viewer.