Ignore:
Timestamp:
2017-03-09T14:35:57+13:00 (7 years ago)
Author:
kjdon
Message:

util::block_file moved to EncodingUtil::block_raw_filename

File:
1 edited

Legend:

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

    r31444 r31480  
    258258    print $outhandle "MetadataXMLPlugin: processing $file\n" if ($self->{'verbosity'})> 1;
    259259    # 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
    260     &util::block_filename($block_hash,$filename);
     260    $self->block_raw_filename($block_hash,$filename);
    261261
    262262    $self->{'metadataref'} = $extrametadata;
Note: See TracChangeset for help on using the changeset viewer.