greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17217

Show
Ignore:
Timestamp:
2008-09-08 15:02:34 (3 months ago)
Author:
kjdon
Message:

added the block_hash arg to metadata_read

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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