Changeset 4867


Ignore:
Timestamp:
2003-07-02T19:12:03+12:00 (21 years ago)
Author:
sjboddie
Message:

Bug fix in display of expended contents

File:
1 edited

Legend:

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

    r3666 r4867  
    166166  // output this section
    167167  bool use_table = is_table_content (formatlistptr);
    168   tabcount += bptr->output_section_group (section, args, "", tabcount, formatlistptr, use_table,
     168  tabcount += bptr->output_section_group (section, args, args["c"], tabcount, formatlistptr, use_table,
    169169                      metadata, getParents, collectproto, disp, outconvert,
    170170                      textout, logout);
     
    529529  if (haschildren) {
    530530    bool use_table = is_table_content (formatlistptr);
    531     // collection used to be "" // **** // check with Stef!!!!
    532531    bptr->output_section_group (response, args, args["c"], tabcount, formatlistptr, use_table,
    533532                metadata, getParents, collectproto, disp, outconvert,
Note: See TracChangeset for help on using the changeset viewer.