Changeset 16120
- Timestamp:
- 2008-06-24T13:54:52+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/recpt/dynamicclassifieraction.cpp
r16119 r16120 180 180 // (Optional) Output an hlist to group the classifier nodes into buckets based on the first character 181 181 text_t selected_grouping_node_OID = ""; 182 if ( !classifier_options["-group_by_first_character"] == "1")182 if (classifier_options["-group_by_first_character"] == "1") 183 183 { 184 184 selected_grouping_node_OID = output_hlist_classifier_nodes (current_classifier_node_OID, current_metadata_value_filter, "substr(value,1,1)", classifier_options, args, collectproto, browsers, disp, outconvert, textout, logout);
Note:
See TracChangeset
for help on using the changeset viewer.