Changeset 17217


Ignore:
Timestamp:
2008-09-08T15:02:34+12:00 (16 years ago)
Author:
kjdon
Message:

added the block_hash arg to metadata_read

File:
1 edited

Legend:

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

    r17199 r17217  
    259259    my $pluginfo = undef;
    260260    my $metadata = {};
     261    my $block_hash = {};
    261262
    262263    my $processor = undef;
     
    268269
    269270
    270     $plugobj->metadata_read($pluginfo, "", $filename, $metadata,
     271    $plugobj->metadata_read($pluginfo, "", $filename, $block_hash, $metadata,
    271272                $extrametakeys, $extrametadata, $processor, $maxdocs, $gli);
    272273
Note: See TracChangeset for help on using the changeset viewer.