Changeset 12930


Ignore:
Timestamp:
2006-09-29T11:09:03+12:00 (18 years ago)
Author:
kjdon
Message:

changed set_query_type_args to make plain the default if no search types have been specified

File:
1 edited

Legend:

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

    r12864 r12930  
    6262    if (args["qt"].empty()) {
    6363      int arg_qto = args.getintarg("qto");
    64       if (arg_qto > 1) {
     64      if (arg_qto == 2) {
    6565    args["qt"] = "1";
    6666      } else {
Note: See TracChangeset for help on using the changeset viewer.