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/MetadataXMLPlugin.pm

    r23419 r23561  
    254254    print $outhandle "MetadataXMLPlugin: processing $file\n" if ($self->{'verbosity'})> 1;
    255255    # 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
    256     $self->block_filename($block_hash,$filename);
     256    &util::block_filename($block_hash,$filename);
    257257
    258258    $self->{'metadataref'} = $extrametadata;
Note: See TracChangeset for help on using the changeset viewer.