Ignore:
Timestamp:
2000-08-25T12:57:05+12:00 (24 years ago)
Author:
davidb
Message:

Changes to support nested {If} and {Or} statements in macro files.
Also expansion of metadata if it includes further metadata. The two
can be intermixed -- metadata can include metadata that has {If}
and {Or} statements.

File:
1 edited

Legend:

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

    r1419 r1443  
    718718 
    719719    if (wanttext != 1) {
    720       text_t doctext = get_formatted_string (docinfo, formatlistptr, docresponse.doc);
     720      text_t doctext
     721      = get_formatted_string (collection, collectproto,
     722                  docinfo, formatlistptr, docresponse.doc,
     723                  logout);
    721724     
    722725      if (highlight)
Note: See TracChangeset for help on using the changeset viewer.