Changeset 16108
- Timestamp:
- 2008-06-23T16:35:56+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/recpt/dynamicclassifieraction.cpp
r16107 r16108 489 489 if (documents_response.docInfo.empty()) return; 490 490 491 // Get the format statement for th is classifierif there is one, or use the browser's default otherwise491 // Get the format statement for the document nodes if there is one, or use the browser's default otherwise 492 492 text_t formatstring; 493 text_t classifier_type = "VList"; 494 browserclass *bptr = browsers->getbrowser (classifier_type); 493 browserclass *bptr = browsers->getbrowser ("VList"); 495 494 ColInfoResponse_t *cinfo = recpt->get_collectinfo_ptr (collectproto, args["c"], logout); 496 if (!get_formatstring (args["dcl"], classifier_type, cinfo->format, formatstring))495 if (!get_formatstring (args["dcl"], "DocumentNodes", cinfo->format, formatstring)) 497 496 { 498 497 formatstring = bptr->get_default_formatstring();
Note:
See TracChangeset
for help on using the changeset viewer.