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/CONTENTdmPlugin.pm

    r18328 r18406  
    131131    push(@$pagedimg_options, "-title_sub", '^(Page\s+\d+)?(\s*1\s+)?');
    132132    push(@$pagedimg_options, "-create_thumbnail", "true", "-create_screenview", "true");
    133 
     133    push(@$pagedimg_options, "-file_rename_method", "none");
    134134
    135135    $self = bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.