Ignore:
Timestamp:
2008-08-15T15:27:50+12:00 (16 years ago)
Author:
davidb
Message:

Fixed cut and pase error in comment that talked about text plugin, rather than image plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ImagePlugin.pm

    r16768 r16820  
    11###########################################################################
    22#
    3 # ImagePlugin.pm -- simple text plugin
     3# ImagePlugin.pm -- for processing standalone images
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    9595    my ($pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli) = @_;
    9696
     97
    9798    my $outhandle = $self->{'outhandle'};
    9899    my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file);
     100
    99101    if ($self->{'image_conversion_available'} == 1) {
    100102    my $utf8_filename_no_path = $self->filepath_to_utf8($filename_no_path);
Note: See TracChangeset for help on using the changeset viewer.