Ignore:
Timestamp:
1999-10-20T16:54:21+13:00 (25 years ago)
Author:
sjboddie
Message:

problem with expanded contents

File:
1 edited

Legend:

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

    r668 r730  
    2828/*
    2929   $Log$
     30   Revision 1.3  1999/10/20 03:54:21  sjboddie
     31   problem with expanded contents
     32
    3033   Revision 1.2  1999/10/14 22:59:34  sjboddie
    3134   finished off browser classes
     
    98101                         outconvertclass &outconvert, ostream &textout, ostream &logout) {
    99102
     103  // expanded contents are going to cause some nasty recursions
     104  // so we'll only continue if being passed the current section
     105  if ((args["gc"] == 1) && (section.OID != args["d"])) return 0;
     106
    100107  // get all siblings
    101108  FilterResponse_t response;
Note: See TracChangeset for help on using the changeset viewer.