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

    r11834 r12169  
    9595    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    9696
    97     my $self = (defined $hashArgOptLists)? new BasPlug($pluginlist,$inputargs,$hashArgOptLists): new BasPlug($pluginlist,$inputargs);
     97    my $self = new BasPlug($pluginlist, $inputargs, $hashArgOptLists);
    9898
    9999    # Check that ImageMagick is installed and available on the path (except for Windows 95/98)
Note: See TracChangeset for help on using the changeset viewer.