Changeset 1329


Ignore:
Timestamp:
2000-08-02T14:08:08+12:00 (24 years ago)
Author:
kjm18
Message:

level info (cgiarg g) added to filterOptions

File:
1 edited

Legend:

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

    r1285 r1329  
    6767    option.name = "Language";
    6868    option.value = args["n"];
     69    request.filterOptions.push_back (option);
     70  }
     71 
     72  if (!args["g"].empty()) { // granularity for mgpp
     73    option.name = "Level";
     74    option.value = args["g"];
    6975    request.filterOptions.push_back (option);
    7076  }
     
    131137  option.value = arg_m;
    132138  request.filterOptions.push_back (option);
    133  
     139
    134140  //  option.name = "StartResults";
    135141  //  option.value = args["r"];
Note: See TracChangeset for help on using the changeset viewer.