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/TEXTPlug.pm

    r10254 r12169  
    6767    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    6868
    69     my $self = (defined $hashArgOptLists)? new BasPlug($pluginlist,$inputargs,$hashArgOptLists): new BasPlug($pluginlist,$inputargs);
     69    my $self = new BasPlug($pluginlist, $inputargs, $hashArgOptLists);
    7070
    7171    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.