Changeset 16108
- Timestamp:
- 2008-06-23 16:35:56 (7 months ago)
- Files:
-
- gsdl/trunk/src/recpt/dynamicclassifieraction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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();
