Ignore:
Timestamp:
2009-01-07T17:59:22+13:00 (15 years ago)
Author:
ak19
Message:

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

File:
1 edited

Legend:

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

    r17591 r18327  
    262262
    263263    # create a new document
    264     my $doc_obj = new doc ($filename, "indexed_doc");
     264    my $doc_obj = new doc ($filename, "indexed_doc", $self->{'file_rename_method'});
    265265    my $top_section = $doc_obj->get_top_section;
    266266    my $plugin_type = $self->{'plugin_type'};
Note: See TracChangeset for help on using the changeset viewer.