Ignore:
Timestamp:
2011-01-13T11:49:38+13:00 (13 years ago)
Author:
kjdon
Message:

moved the block_filename from BasePlugin into util. then I don't need to duplicate it for DirectoryPlugin which doesn't inherit from BasePlugin

File:
1 edited

Legend:

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

    r23419 r23561  
    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     $self->block_filename($block_hash,$filename);
     115    &util::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.