Changeset 10614
- Timestamp:
- 2005-09-21T16:43:52+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/src/recpt/formattools.cpp
r10415 r10614 1284 1284 text_t meta_text = substr (beginbracket+1, endbracket); 1285 1285 1286 text_tset metadata; 1287 bool getParents =false; 1288 metadata_t meta; 1289 1290 parse_meta (meta_text, meta, metadata, getParents); 1291 outtext 1292 = get_meta (collection,collectproto,docinfo,disp,meta,options,logout); 1286 if (meta_text == "Text") { 1287 outtext = format_text(collection, collectproto, docinfo, disp, options, logout); 1288 } else { 1289 1290 text_tset metadata; 1291 bool getParents =false; 1292 metadata_t meta; 1293 1294 parse_meta (meta_text, meta, metadata, getParents); 1295 outtext 1296 = get_meta (collection,collectproto,docinfo,disp,meta,options,logout); 1297 } 1298 1293 1299 } 1294 1300 else {
Note:
See TracChangeset
for help on using the changeset viewer.