Changeset 17301


Ignore:
Timestamp:
2008-09-17T10:32:08+12:00 (16 years ago)
Author:
kjdon
Message:

metadata_read doesn't use metadata arg any more. Have changed the method call, but still need to test this for exploding OAI records

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/explode_metadata_database.pl

    r17217 r17301  
    258258
    259259    my $pluginfo = undef;
    260     my $metadata = {};
    261260    my $block_hash = {};
    262261
     
    269268
    270269
    271     $plugobj->metadata_read($pluginfo, "", $filename, $block_hash, $metadata,
     270    $plugobj->metadata_read($pluginfo, "", $filename, $block_hash,  
    272271                $extrametakeys, $extrametadata, $processor, $maxdocs, $gli);
    273272
     
    279278    my $doc_obj = new doc($filename, "nonindexed_doc");
    280279
    281     $plugobj->extra_metadata ($doc_obj, $doc_obj->get_top_section(), $metadata);
     280    $plugobj->extra_metadata ($doc_obj, $doc_obj->get_top_section(), $extrametadata);
    282281
    283282    # Try to get a doc to attach the metadata to
Note: See TracChangeset for help on using the changeset viewer.