Ignore:
Timestamp:
2010-12-09T00:10:10+13:00 (13 years ago)
Author:
max
Message:

Setting the values to store as block files is now done through an API call to BasePlugin. This way, anything uniform requirement (such as putting in both C:\... and c:\... entries for Windows) can be done in one place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/MetadataCSVPlugin.pm

    r23212 r23419  
    113113
    114114    # add the file to the block list so that it won't be processed in read, as we will do all we can with it here
    115     $block_hash->{'file_blocks'}->{$filename} = 1;
     115    $self->block_filename($block_hash,$filename);
    116116
    117117    # Read the CSV file to get the metadata
Note: See TracChangeset for help on using the changeset viewer.