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

    r17026 r18327  
    174174
    175175    # create a new document
    176     my $doc_obj = new doc ($file, "indexed_doc");
     176    my $doc_obj = new doc ($file, "indexed_doc", $self->{'file_rename_method'});
    177177    my $cursection = $doc_obj->get_top_section();
    178178    $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Plugin", "$self->{'plugin_type'}");
Note: See TracChangeset for help on using the changeset viewer.