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/EmbeddedMetadataPlugin.pm

    r22552 r23212  
    203203  my ($pluginfo, $base_dir, $file, $block_hash,
    204204      $extrametakeys, $extrametadata, $extrametafile,
    205       $processor, $maxdocs, $gli) = @_;
     205      $processor, $gli, $aux) = @_;
    206206 
    207207  my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file);
Note: See TracChangeset for help on using the changeset viewer.