Changeset 16120


Ignore:
Timestamp:
2008-06-24T13:54:52+12:00 (16 years ago)
Author:
mdewsnip
Message:

Typo in previous change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/dynamicclassifieraction.cpp

    r16119 r16120  
    180180  // (Optional) Output an hlist to group the classifier nodes into buckets based on the first character
    181181  text_t selected_grouping_node_OID = "";
    182   if (!classifier_options["-group_by_first_character"] == "1")
     182  if (classifier_options["-group_by_first_character"] == "1")
    183183  {
    184184    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.