Changeset 31723 for main


Ignore:
Timestamp:
2017-06-07T17:07:44+12:00 (7 years ago)
Author:
ak19
Message:

Minor changes to comments.

File:
1 edited

Legend:

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

    r31409 r31723  
    167167    &FileUtils::copyFiles($oaidb_live_filepath, $oaidb_tmp_filepath);
    168168   
    169     $initdb = 0; # tmpdb exists, since we just copied livedb to tmpdb, so need to init existing tmpdb
     169    $initdb = 0; # tmpdb exists, since we just copied livedb to tmpdb, so no need to init existing tmpdb
    170170
    171171    } else { # $work_with_existing_tmpdb, so we'll build on top of what's presently already in tmpdb
     
    286286    if($tmpdb_exists) {
    287287    if($livedb_exists) {
    288         #&dbutil::remove_db_file($self->{'infodbtype'}, s$oaidb_live_filepath); # remove the db file and any assoc files
     288        #&dbutil::remove_db_file($self->{'infodbtype'}, $oaidb_live_filepath); # remove the db file and any assoc files
    289289        &dbutil::rename_db_file_to($self->{'infodbtype'}, $oaidb_live_filepath, $oaidb_live_filepath.".bak"); # rename the db file and any assoc files
    290290    }
Note: See TracChangeset for help on using the changeset viewer.