Ignore:
Timestamp:
2008-06-05T14:27:09+12:00 (16 years ago)
Author:
kjdon
Message:

auxiliary plugins now pass an extra argument to the PrintInfo constructor so that argument parsing is not done - parsing needs to be done by the main plugin which has all the arguments

File:
1 edited

Legend:

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

    r15867 r15881  
    3434    push(@{$hashArgOptLists->{"OptList"}},$options);
    3535
    36     my $self = new PrintInfo($pluginlist, $inputargs, $hashArgOptLists);
     36    my $self = new PrintInfo($pluginlist, $inputargs, $hashArgOptLists, 1);
    3737
    3838    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.