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

    r17744 r18327  
    255255
    256256    # create a new document
    257     my $doc_obj = new doc ($filename_full_path, "indexed_doc");
     257    my $doc_obj = new doc ($filename_full_path, "indexed_doc", $self->{'file_rename_method'});
    258258
    259259    my $cursection = $doc_obj->get_top_section();
Note: See TracChangeset for help on using the changeset viewer.