Ignore:
Timestamp:
2013-09-12T13:04:59+12:00 (11 years ago)
Author:
davidb
Message:

Existing doc.xml maked with R for reindex, new file I to index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cgiactions/docextractaction.pm

    r28264 r28268  
    421421
    422422        # Existing doc record needs to be reindexed
    423         $doc_rec->{'index-status'} = ["I"];
     423        $doc_rec->{'index-status'} = ["R"];
    424424        &dbutil::set_infodb_entry($infodbtype, $arcinfo_doc_filename, $docid, $doc_rec);
    425425
     
    427427
    428428        my $new_doc_rec = $doc_rec;
     429        $new_doc_rec->{'index-status'} = ["I"];
    429430        #### Need to cut this down to just the assoc files the new document references
    430431
Note: See TracChangeset for help on using the changeset viewer.