Changeset 15925


Ignore:
Timestamp:
2008-06-09T14:23:47+12:00 (16 years ago)
Author:
kjdon
Message:

use the proper options for PagedImagePlugin

File:
1 edited

Legend:

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

    r15872 r15925  
    130130    my $pagedimg_options = $secondary_plugin_options->{'PagedImagePlugin'};
    131131    push(@$pagedimg_options, "-title_sub", '^(Page\s+\d+)?(\s*1\s+)?');
    132     push(@$pagedimg_options, "-thumbnail", "-screenview");
     132    push(@$pagedimg_options, "-create_thumbnail", "true", "-create_screenview", "true");
    133133
    134134
Note: See TracChangeset for help on using the changeset viewer.