Changeset 18328


Ignore:
Timestamp:
2009-01-07T18:26:26+13:00 (15 years ago)
Author:
ak19
Message:

Extra parameter to doc::set_source_filename(): the renaming method to be used on the file (base64 or URL encoding).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/CONTENTdmPlugin.pm

    r16580 r18328  
    624624    my $collect_file = &util::filename_within_collection($filename_full_path);
    625625    my $collect_conv_file = &util::filename_within_collection($conv_filename);
    626     $doc_obj->set_source_filename ($collect_file);
     626    $doc_obj->set_source_filename ($collect_file, $self->{'file_rename_method'});
    627627    $doc_obj->set_converted_filename($collect_conv_file);
    628628   
Note: See TracChangeset for help on using the changeset viewer.