Ignore:
Timestamp:
2006-07-12T14:12:36+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up that horrible long line in the new() function of every plugin.

File:
1 edited

Legend:

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

    r10254 r12169  
    6363    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    6464
    65     my $self = (defined $hashArgOptLists)? new XMLPlug($pluginlist,$inputargs,$hashArgOptLists): new XMLPlug($pluginlist,$inputargs);
     65    my $self = new XMLPlug($pluginlist, $inputargs, $hashArgOptLists);
    6666
    6767    $self->{'section'} = "";
Note: See TracChangeset for help on using the changeset viewer.