Changeset 11889


Ignore:
Timestamp:
2006-05-30T15:31:22+12:00 (18 years ago)
Author:
mdewsnip
Message:

Fixed a couple of calls to output_section_group where "" was passed in as the collection name, meaning any get_info()s would fail (and consequently messing up some format statements).

File:
1 edited

Legend:

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

    r11772 r11889  
    443443   
    444444    use_table = is_table_content (formatlistptr);
    445     tabcount += bptr->output_section_group (*thisparent, args, "", tabcount, formatlistptr,
     445    tabcount += bptr->output_section_group (*thisparent, args, args["c"], tabcount, formatlistptr,
    446446                        use_table, metadata, getParents, collectproto,
    447447                        disp, outconvert, textout, logout);
     
    638638        // ouput top OID section
    639639        use_table = is_table_content (formatlistptr);
    640         bptr->output_section_group (response.docInfo[0], args, "", tabcount, formatlistptr, use_table,
     640        bptr->output_section_group (response.docInfo[0], args, args["c"], tabcount, formatlistptr, use_table,
    641641                metadata, getParents, collectproto, disp, outconvert, textout, logout);
    642642
Note: See TracChangeset for help on using the changeset viewer.