Ignore:
Timestamp:
2011-06-01T19:12:33+12:00 (13 years ago)
Author:
ak19
Message:

Still on changes for OAIserver: oailastmodified date is now used instead of lastmodified, making it similar to GS3's more correct approach.

File:
1 edited

Legend:

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

    r22739 r24109  
    225225  get_top(oai_OID, document_OID);
    226226
    227   // Request the lastmodified value for this document
     227  // Request the oailastmodified value for this document
    228228  text_tset metadata;
    229   metadata.insert("lastmodified");
     229  metadata.insert("oailastmodified");
    230230  metadata.insert("gs.OAIDateStamp");
    231231  FilterResponse_t response;
Note: See TracChangeset for help on using the changeset viewer.