Ignore:
Timestamp:
2005-08-29T11:43:00+12:00 (19 years ago)
Author:
kjdon
Message:

if created from pluginfo.pl (self->info_only == 1)then don't load up the secondary plugins

File:
1 edited

Legend:

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

    r10514 r10580  
    107107
    108108    my $self = (defined $hashArgOptLists)? new ConvertToPlug($pluginlist,$inputargs,$hashArgOptLists): new ConvertToPlug($pluginlist,$inputargs);
     109
     110    if ($self->{'info_only'}) {
     111    # don't worry about any options etc
     112    return bless $self, $class;
     113    }
    109114
    110115    #this is passed through to gsConvert.pl by ConvertToPlug.pm
Note: See TracChangeset for help on using the changeset viewer.