Changeset 31673 for main/trunk


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

don't add the AllList classifier any more. This was originally added to provide a list of all documents for OAI, but now OAI uses its own database.

File:
1 edited

Legend:

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

    r29821 r31673  
    178178    }
    179179
    180     my ($classobj);
    181     eval ("\$classobj = new AllList()");
    182     die "$@" if $@;
    183     push (@classify_objects, $classobj);
    184 
    185180    return \@classify_objects;
    186181}
Note: See TracChangeset for help on using the changeset viewer.