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

    r11893 r12169  
    9191    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    9292   
    93     my $self = (defined $hashArgOptLists)? new HTMLPlug($pluginlist,$inputargs,$hashArgOptLists): new HTMLPlug($pluginlist,$inputargs);
     93    my $self = new HTMLPlug($pluginlist, $inputargs, $hashArgOptLists);
    9494   
    9595    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.