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

    r28836 r31480  
    110110    $file =~ s/^[\/\\]+//; # $file often begins with / so we'll tidy it up
    111111   
    112     print $outhandle "GreenstoneXMLlugin: setting up block list for $file\n"
     112    print $outhandle "GreenstoneXMLPlugin: setting up block list for $file\n"
    113113    if $self->{'verbosity'} > 1;
    114114
     
    126126        }
    127127
    128         &util::block_filename($block_hash,$full_gsdl_assoc_filename);       
     128        # is this raw filename here, or unicode?? assuming unicode
     129        # however we have concatenated raw directory???
     130        $self->block_filename($block_hash,$full_gsdl_assoc_filename);       
    129131        }
    130132    }
Note: See TracChangeset for help on using the changeset viewer.