Ignore:
Timestamp:
2019-02-11T14:20:57+13:00 (5 years ago)
Author:
kjdon
Message:

when printing out arg values for some other thing, I noticed that site was getting values of other args. So just resetting in case other args come in between them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PrintInfo.pm

    r32586 r32761  
    9393    if($v eq "-site") {
    9494        $self->{'site'} = $strArg;
     95        $v=0;
    9596    }
    9697    elsif($v eq "-gs_version") {
    9798        $self->{'gs_version'} = $strArg;
     99        $v=0;
    98100        last;
    99101    }
Note: See TracChangeset for help on using the changeset viewer.