Changeset 16383
- Timestamp:
- 2008-07-14T14:39:51+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/plugins/ImagePlugin.pm
r16010 r16383 96 96 97 97 my $outhandle = $self->{'outhandle'}; 98 my ($filename_full_path, $filename_no_path) = $self->get_full_filenames($base_dir, $file);98 my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file); 99 99 if ($self->{'image_conversion_available'} == 1) { 100 $self->generate_images($filename_full_path, $ filename_no_path, $doc_obj, $doc_obj->get_top_section()); # should we check the return value?100 $self->generate_images($filename_full_path, $self->filepath_to_utf8($filename_no_path), $doc_obj, $doc_obj->get_top_section()); # should we check the return value? 101 101 } else { 102 102 # do some basic stuff
Note:
See TracChangeset
for help on using the changeset viewer.