Ignore:
Timestamp:
2001-06-11T12:15:21+12:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a couple of bugs/inconsistencies in word and pdf plugins that
affected their behaviour under the collector

File:
1 edited

Legend:

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

    r1415 r2515  
    3232}
    3333
    34 use strict;
    35 
    36 
    3734sub get_default_process_exp {
    3835    my $self = shift (@_);
     
    4643sub process {
    4744    my $self = shift (@_);
    48    
    49     print STDERR "WordPlug: passing $_[3] onto $self->{'convert_to'} Plug\n"
     45
     46    my $outhandle = $self->{'outhandle'};   
     47    print $outhandle "WordPlug: passing $_[3] onto $self->{'convert_to'} Plug\n"
    5048    if $self->{'verbosity'} > 1;
    5149   
Note: See TracChangeset for help on using the changeset viewer.