Ignore:
Timestamp:
2005-05-10T16:55:00+12:00 (19 years ago)
Author:
kjdon
Message:

fixed up maxdocs - now pass an extra parameter to the read function

File:
1 edited

Legend:

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

    r9703 r9853  
    362362sub read {
    363363    my $self = shift (@_);
    364     my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $gli) = @_;
     364    my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
    365365
    366366    my $outhandle = $self->{'outhandle'};
Note: See TracChangeset for help on using the changeset viewer.