Ignore:
Timestamp:
2010-08-18T15:49:06+12:00 (14 years ago)
Author:
mdewsnip
Message:

Fix so [srclink] still works after my changes to srclink_file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/formattools.cpp

    r22665 r22670  
    18511851     text_t link_filename = get_meta(collection, collectproto, docinfo, disp, formatlistptr->meta, options, logout);
    18521852         if (!link_filename.empty()) {
    1853        text_t href= expand_metadata(options["assocfilepath"]+link_filename, collection, collectproto, docinfo, disp, options, logout);
     1853       text_t href= expand_metadata(options["assocfilepath"], collection, collectproto, docinfo, disp, options, logout) + link_filename;
    18541854       if (formatlistptr->text == "href") {
    18551855         return href;
Note: See TracChangeset for help on using the changeset viewer.