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

    r28603 r31480  
    143143    print STDERR "$self->{'fdt_file_path'}\n";
    144144    my $fdt_file = $self->{'fdt_file_path'};
    145     &util::block_filename($block_hash,$fdt_file);
     145    $self->block_raw_filename($block_hash,$fdt_file);
    146146    }
    147147    if (-e $self->{'xrf_file_path'}) {
    148148    print STDERR "$self->{'xrf_file_path'}\n";
    149149    my $xrf_file = $self->{'xrf_file_path'};
    150     &util::block_filename($block_hash,$xrf_file);
     150    $self->block_raw_filename($block_hash,$xrf_file);
    151151    }
    152152   
Note: See TracChangeset for help on using the changeset viewer.