Ignore:
Timestamp:
2009-12-07T14:37:07+13:00 (14 years ago)
Author:
kjdon
Message:

added empty removeold method

File:
1 edited

Legend:

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

    r21219 r21286  
    314314}
    315315
     316# In case a plugin (eg PharosImageIndexer) needs to do something extra
     317sub removeold {
     318    my $self = shift (@_);
     319    my ($pluginfo, $base_dir, $processor, $maxdocs) = @_;
     320}
     321
    316322sub end {
    317323    # potentially called at the end of each plugin pass
Note: See TracChangeset for help on using the changeset viewer.