Ignore:
Timestamp:
2009-05-18T10:57:05+12:00 (15 years ago)
Author:
davidb
Message:

Introduction of new extrametafile to track which metadata.xml file a piece of metadata came from

File:
1 edited

Legend:

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

    r19213 r19493  
    183183    my $self = shift (@_); 
    184184
    185     my ($pluginfo, $base_dir, $file, $block_hash, $extrametakeys, $extrametadata, $processor, $maxdocs, $gli) = @_;
     185    my ($pluginfo, $base_dir, $file, $block_hash,
     186    $extrametakeys, $extrametadata, $extrametafile,
     187    $processor, $maxdocs, $gli) = @_;
    186188
    187189    # can we process this file??
Note: See TracChangeset for help on using the changeset viewer.