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

    r17026 r18327  
    240240
    241241    # create a new document
    242     my $doc_obj = new doc ($file, "indexed_doc");
     242    my $doc_obj = new doc ($file, "indexed_doc", $self->{'file_rename_method'});
    243243
    244244    # copy the book cover if it exists
Note: See TracChangeset for help on using the changeset viewer.