Ignore:
Timestamp:
1999-10-24T20:24:34+13:00 (25 years ago)
Author:
sjboddie
Message:

small change to allow FullTOC option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/OIDtools.cpp

    r649 r739  
    2828/*
    2929   $Log$
     30   Revision 1.18  1999/10/24 07:24:34  sjboddie
     31   small change to allow FullTOC option
     32
    3033   Revision 1.17  1999/10/10 08:14:02  sjboddie
    3134   - metadata now returns mp rather than array
     
    124127// document or classification specified by OID (not including OID itself)
    125128void get_parents_array (const text_t &OID, text_tarray &parents) {
    126 
    127   parents.erase (parents.begin(), parents.end());
    128129
    129130  text_t::const_iterator here = OID.begin ();
Note: See TracChangeset for help on using the changeset viewer.