Ignore:
Timestamp:
2003-07-12T08:58:10+12:00 (21 years ago)
Author:
sjboddie
Message:

Replaced overloaded get_formatted_string() functions in formattools with
a single function by using a text_tmap in place of the old link, text,
icon, and highlight variables.

File:
1 edited

Legend:

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

    r4893 r4906  
    899899 
    900900    if (wanttext != 1) {
     901      text_tmap options;
     902      options["text"] = docresponse.doc;
    901903      text_t doctext
    902     = get_formatted_string (collection, collectproto,
    903                 docinfo, disp, formatlistptr, docresponse.doc,
    904                 logout);
     904     = get_formatted_string (collection, collectproto, docinfo, disp,
     905                 formatlistptr, options, logout);
    905906     
    906907      if (highlight) {
Note: See TracChangeset for help on using the changeset viewer.