Changeset 2979


Ignore:
Timestamp:
2002-02-20T16:36:58+13:00 (22 years ago)
Author:
jrm21
Message:

Use self->converted_to instead of convert_to, in case the file could not be
converted to the format we asked for (eg HTML), but was converted to another
format (eg TEXT).

Location:
trunk/gsdl/perllib/plugins
Files:
4 edited

Legend:

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

    r2785 r2979  
    6363
    6464    my $outhandle = $self->{'outhandle'};
    65     print $outhandle "PDFPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
     65    print $outhandle "PDFPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    6666    if $self->{'verbosity'} > 1;
    6767   
  • trunk/gsdl/perllib/plugins/PSPlug.pm

    r2785 r2979  
    149149
    150150    my $outhandle = $self->{'outhandle'};
    151     print $outhandle "PSPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
     151    print $outhandle "PSPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    152152    if $self->{'verbosity'} > 1;
    153153   
  • trunk/gsdl/perllib/plugins/RTFPlug.pm

    r2785 r2979  
    4242
    4343    my $outhandle = $self->{'outhandle'};
    44     print $outhandle "RTFPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
     44    print $outhandle "RTFPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    4545    if $self->{'verbosity'} > 1;
    4646
  • trunk/gsdl/perllib/plugins/WordPlug.pm

    r2811 r2979  
    5757
    5858    my $outhandle = $self->{'outhandle'};   
    59     print $outhandle "WordPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
     59    print $outhandle "WordPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    6060    if $self->{'verbosity'} > 1;
    6161   
Note: See TracChangeset for help on using the changeset viewer.