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

    r31284 r31480  
    514514    my ($file_root) = ($filename_full_path =~ m/^(.*)\.mets\.xml$/);
    515515
    516     &util::block_filename($block_hash,"$file_root.zip");
    517     &util::block_filename($block_hash,"$file_root.json");
     516    $self->block_raw_filename($block_hash,"$file_root.zip");
     517    $self->block_raw_filename($block_hash,"$file_root.json");
    518518
    519519    my $page_dir = $file_root;
     
    530530        my $txt_filename = &FileUtils::filenameConcatenate($page_dir,$1);
    531531        my $topics_filename = $txt_filename . ".topics";
    532         &util::block_filename($block_hash,$txt_filename);
    533         &util::block_filename($block_hash,$topics_filename);
     532        $self->block_raw_filename($block_hash,$txt_filename);
     533        $self->block_raw_filename($block_hash,$topics_filename);
    534534    }
    535535    }
Note: See TracChangeset for help on using the changeset viewer.