Changeset 32562


Ignore:
Timestamp:
2018-11-02T18:45:11+13:00 (5 years ago)
Author:
ak19
Message:

Before major changes to GSSQLPlugs, committing useful comments to ArchivesInfPlug

File:
1 edited

Legend:

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

    r31492 r32562  
    289289        }
    290290        elsif ($index_status eq "D") {
    291             # Need to be delete it from the index.
     291            # Needs to be deleted from the index.
    292292            $new_mode = $curr_mode."delete";
    293293            $process_file = 1;
     
    308308
    309309        $process_file = 0;
     310       
     311        # KATHY WORKED OUT WHEN THIS BRANCH IS USED: full-rebuild.pl a coll with 3 imgs
     312        # Now delete 1 img from import, then incremental-import;
     313        # But next, do (full)buildcol. Then you get here. Buildcol is what dels the file.
     314        # It's like an mg situation: incr-import supported but not incr buildcol.
    310315        }
    311316
Note: See TracChangeset for help on using the changeset viewer.