Changeset 243 for trunk


Ignore:
Timestamp:
1999-04-22T10:40:44+12:00 (25 years ago)
Author:
sjboddie
Message:

made another change to the one I just committed. if requested metadata doesn't
exist it now puts an empty string in the response array so we don't always
have to test that a value exists before using it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mggdbmsource.cpp

    r242 r243  
    1212/*
    1313   $Log$
     14   Revision 1.6  1999/04/21 22:40:44  sjboddie
     15   made another change to the one I just committed. if requested metadata doesn't
     16   exist it now puts an empty string in the response array so we don't always
     17   have to test that a value exists before using it.
     18
    1419   Revision 1.5  1999/04/21 05:23:46  sjboddie
    1520
     
    131136    if (pos_metadata != NULL && *fields_here != "contains")
    132137      this_metadata.values.push_back(*pos_metadata);
     138    else
     139      this_metadata.values.push_back("");
    133140    metadata.push_back(this_metadata);
    134141   
Note: See TracChangeset for help on using the changeset viewer.