Ignore:
Timestamp:
2008-08-12T12:24:43+12:00 (16 years ago)
Author:
mdewsnip
Message:

Minor comment change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/listrecsaction.cpp

    r16713 r16714  
    138138    text_t set = params["set"];
    139139
    140     // given 'demo:CL2', toGSDL returns 'demo' in collection and 'CL2' in set. If there is no further
    141     // set specified after the name of the collection however, then set is empty.
     140    // Extract the collection name from the set specification
    142141    text_t collection = "";
    143142    oaiclassifier::toGSDL(collection, set);
Note: See TracChangeset for help on using the changeset viewer.