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

    r31190 r31191  
    734734    # Prepare to work with the <collection>/etc/oai-inf.<db> that keeps track
    735735    # of the OAI identifiers with their time stamps and deleted status.   
    736     my $oai_info = new oaiinfo(&util::get_parent_folder($self->{'importdir'}), $collectcfg->{'infodbtype'});
     736    my $oai_info = new oaiinfo($self->{'config_filename'}, $collectcfg->{'infodbtype'});
    737737    my $have_manifest = ($manifest eq '') ? 0 : 1;   
    738738    $oai_info->import_stage($removeold, $have_manifest);
Note: See TracChangeset for help on using the changeset viewer.