Changeset 5616


Ignore:
Timestamp:
2003-10-13T16:28:46+13:00 (21 years ago)
Author:
davidb
Message:

Position of @args moved, so it records what the options passed to
the plugin are, before they are stripped out by call to parse args

File:
1 edited

Legend:

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

    r5139 r5616  
    6868
    6969    my ($noimages, $complex, $zoom, $use_sections, $nohidden);
    70    
     70
     71    my @args=@_;
     72
    7173    if (!parsargv::parse(\@_,
    7274             q^noimages^, \$noimages,
     
    8486
    8587
    86     my @args=@_;
    8788    if ($use_sections) {
    8889    push (@args, "-description_tags");
     
    114115    $self->{'extract_language'} = 1;
    115116    }
    116    
     117
    117118    return bless $self, $class;
    118119}
Note: See TracChangeset for help on using the changeset viewer.