Ignore:
Timestamp:
2016-12-09T22:18:32+13:00 (7 years ago)
Author:
ak19
Message:

Correction to previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/oaiinfo.pm

    r31190 r31191  
    195195#    print STDERR "@@@@@ oaidb: $self->{'oaidb_file_path'}\n";
    196196   
     197    return $self->{'do_pd_step'};
    197198}
    198199
     
    220221    my ($removeold, $have_manifest) = @_;
    221222   
    222     $self->init_tmpdb($removeold, $have_manifest);
    223 
    224     my $do_pd_step = $self->{'do_pd_step'}; # 1 if the step to mark oaidb entries as PD is required
    225     # if we're doing full rebuilding and it's NOT the first time creating the oai_inf db,
    226     # then the tasks to do with PD (provisionally deleted) OAI OIDs should be carried out
     223
     224    my $do_pd_step = $self->init_tmpdb($removeold, $have_manifest);
     225      # 1 if the step to mark oaidb entries as PD is required
     226       # if we're doing full rebuilding and it's NOT the first time creating the oai_inf db,
     227       # then the tasks to do with PD (provisionally deleted) OAI OIDs should be carried out
    227228
    228229   
Note: See TracChangeset for help on using the changeset viewer.