Ignore:
Timestamp:
2010-10-26T15:33:45+13:00 (14 years ago)
Author:
kjdon
Message:

metadata_read no longer takes maxdocs args - metadata_read must process all docs, so that whatever few are actually processed by read will get their metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DSpacePlugin.pm

    r21367 r23212  
    256256    my ($pluginfo, $base_dir, $file, $block_hash,
    257257    $extrametakeys, $extrametadata, $extrametafile,
    258     $processor, $maxdocs, $gli) = @_;
     258    $processor, $gli, $aux) = @_;
    259259
    260260    my $only_first_doc = $self->{'only_first_doc'};
Note: See TracChangeset for help on using the changeset viewer.