Ignore:
Timestamp:
2008-06-09T13:36:30+12:00 (16 years ago)
Author:
kjdon
Message:

tidied up new method to match other plugins

File:
1 edited

Legend:

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

    r15872 r15918  
    5656    push(@$pluginlist, $class);
    5757
    58     if(defined $arguments){ push(@{$hashArgOptLists->{"ArgList"}},@{$arguments});}
    59     if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
     58    push(@{$hashArgOptLists->{"ArgList"}},@{$arguments});
     59    push(@{$hashArgOptLists->{"OptList"}},$options);
    6060   
    6161    my $self = new ConvertBinaryFile($pluginlist, $inputargs, $hashArgOptLists);
Note: See TracChangeset for help on using the changeset viewer.