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

    r17744 r18327  
    422422        print $outhandle "HTMLImagePlugin: extracting $filepath\n"
    423423        if ( $self->{'verbosity'} > 1 );
    424         $doc_obj = new doc ("", "indexed_doc");
     424        $doc_obj = new doc ("", "indexed_doc", $self->{'file_rename_method'});
    425425        $section = $doc_obj->get_top_section();
    426426        my $prevpos = ( $i == 0 ? 0 : $imgs->{$fplist[$i - 1]}{'pos'});
Note: See TracChangeset for help on using the changeset viewer.