Changeset 12171


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

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/perllib/plugins/CICPlug.pm

    r12138 r12171  
    22#
    33# CICPlug.pm
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    74#
    85# Copyright (C) 2005 New Zealand Digital Library Project
     
    107104    if (defined $options) { push(@{$hashArgOptLists->{"OptList"}}, $options); }
    108105
    109     my $self = (defined $hashArgOptLists) ? new BasPlug($pluginlist,$inputargs,$hashArgOptLists) : new BasPlug($pluginlist,$inputargs);
     106    my $self = new BasPlug($pluginlist, $inputargs, $hashArgOptLists);
    110107
    111108    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.