Changeset 12792


Ignore:
Timestamp:
2006-09-20T12:13:50+12:00 (18 years ago)
Author:
kjdon
Message:

added parentheses for saving in addstemcase

File:
1 edited

Legend:

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

    r12791 r12792  
    372372      }
    373373      // this only used in advanced form, so we leave in boolean operators
    374       if (*here == '\"' || *here == '&' || *here == '|' || *here == '!' || is_unicode_space(*here)) {
     374      if (*here == '\"' || *here == '&' || *here == '|' || *here == '!' ||
     375      *here == '(' || *here == ')' || is_unicode_space(*here)) {
    375376    outtext.push_back(*here);
    376377      }
Note: See TracChangeset for help on using the changeset viewer.