Ignore:
Timestamp:
2017-02-08T18:31:18+13:00 (7 years ago)
Author:
ak19
Message:

Round 1 of commits for getting OAI deletion policy to work with GS2 (server end). The perl code writing out the OAI db and the GS3 server code implementing the deletion policy had already been completed earlier (end 2016).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformatsaction.cpp

    r24108 r31387  
    9797    text_tset metadata;
    9898   
    99     if (!get_info(identifier, collection, "", metadata, false, protocol, this->gsdlResponse, *logout))
     99    if (!get_oai_info(identifier, collection, "", metadata, false, protocol, this->gsdlResponse, *logout))
    100100    {
    101101      this->errorType = "idDoesNotExist";
Note: See TracChangeset for help on using the changeset viewer.