Ignore:
Timestamp:
2003-08-18T12:37:01+12:00 (21 years ago)
Author:
kjdon
Message:

GSCGI replaced by GSParams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/QueryAction.java

    r5117 r5147  
    4848    HashMap params = GSXML.extractParams(cgi_param_list, false);
    4949   
    50     String request_type = (String)params.get(GSCGI.REQUEST_TYPE_ARG);
    51     String service_name = (String)params.get(GSCGI.SERVICE_ARG);
    52     String collection = (String)params.get(GSCGI.COLLECTION_ARG);
     50    String request_type = (String)params.get(GSParams.REQUEST_TYPE);
     51    String service_name = (String)params.get(GSParams.SERVICE);
     52    String collection = (String)params.get(GSParams.COLLECTION);
    5353   
    5454    if (collection == null || collection.equals("")) {
Note: See TracChangeset for help on using the changeset viewer.