Ignore:
Timestamp:
2000-08-20T20:42:28+12:00 (24 years ago)
Author:
sjboddie
Message:

Made a few minor adjustments to perl building code for use with
collectoraction

File:
1 edited

Legend:

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

    r1424 r1431  
    119119    my $self = shift (@_);
    120120    my ($textref, $pluginfo, $base_dir, $file, $metadata, $doc_obj) = @_;
    121     my $outhandle = $self->{'outhandle'}
    122 
    123     print $outhandle "HTMLPlug: processing $file\n" 
     121    my $outhandle = $self->{'outhandle'};
     122
     123    print $outhandle "HTMLPlug: processing $file\n"
    124124    if $self->{'verbosity'} > 1;
    125125
Note: See TracChangeset for help on using the changeset viewer.