Changeset 16193


Ignore:
Timestamp:
2008-06-26T09:43:34+12:00 (16 years ago)
Author:
kjdon
Message:

forgot to define outhandle last commit

File:
1 edited

Legend:

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

    r16104 r16193  
    167167    return $block_status if ((!defined $block_status) || ($block_status==0));
    168168
     169    my $outhandle = $self->{'outhandle'};
    169170    # Report that we're processing the file
    170171    print STDERR "<Processing n='$file' p='OpenDocumentPlugin'>\n" if ($gli);
     
    216217    my ($msg) = $@ =~ /Carp::croak\(\'(.*?)\'\)/;
    217218    if (defined $msg) {
    218         my $outhandle = $self->{'outhandle'};
    219219        my $plugin_name = ref ($self);
    220220        print $outhandle "$plugin_name failed to process $file ($msg)\n";
Note: See TracChangeset for help on using the changeset viewer.