Changeset 31672 for main/trunk


Ignore:
Timestamp:
2017-05-11T14:16:29+12:00 (7 years ago)
Author:
kjdon
Message:

undoing Anu's previous commit. We don't want to make the AllList output nothing to stop the OAI classifier, we should actually not call this classifier in the first place. Someone may want to use ALlList, so I have put back the get_classify_info

File:
1 edited

Legend:

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

    r31412 r31672  
    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.
     83
    8584sub get_classify_info {
    86     my $self = shift(@_);
    87     my ($no_thistype) = @_;
    88 
    89     my %classifyinfo = ();
    90     return \%classifyinfo;
    91 }
    92 
    93 
    94 sub OLD_get_classify_info {
    9585    my $self = shift(@_);
    9686    my ($no_thistype) = @_;
Note: See TracChangeset for help on using the changeset viewer.