Ignore:
Timestamp:
2009-12-09T13:21:38+13:00 (14 years ago)
Author:
kjdon
Message:

removeold renamed to remove_all, added remove_one for deleting a single doc

File:
1 edited

Legend:

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

    r21285 r21308  
    147147}
    148148
    149 sub removeold {
     149sub remove_all {
    150150    my $self = shift (@_);
    151151    my ($pluginfo, $base_dir, $processor, $maxdocs) = @_;
    152152
    153153}
     154
     155sub remove_one {
     156    my $self = shift (@_);
     157    my ($file, $oids) = @_;
     158   
     159}
     160
     161
    154162# called at the end of each plugin pass
    155163sub end {
Note: See TracChangeset for help on using the changeset viewer.