Changeset 31412


Ignore:
Timestamp:
2017-02-14T19:52:48+13:00 (7 years ago)
Author:
ak19
Message:

After the recent changes to implement the OAI deletion policy, no longer need to have the fake [oai] classifier and subentries written to index.db. These are no longer consulted, and the new oai-inf.db (in etc) is now consulted instead to obtain oai data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify/AllList.pm

    r23116 r31412  
    8181}
    8282
     83# We don't add the fake classifier [oai] entries in index db any more.
     84# We have the new oai-inf.db for storing oai info.
    8385sub get_classify_info {
     86    my $self = shift(@_);
     87    my ($no_thistype) = @_;
     88
     89    my %classifyinfo = ();
     90    return \%classifyinfo;
     91}
     92
     93
     94sub OLD_get_classify_info {
    8495    my $self = shift(@_);
    8596    my ($no_thistype) = @_;
Note: See TracChangeset for help on using the changeset viewer.