Changeset 14651 for greenstone3/branches


Ignore:
Timestamp:
2007-10-11T09:24:54+13:00 (17 years ago)
Author:
qq6
Message:

updated by Anna

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/branches/3.03/src/java/org/greenstone/gsdl3/util/GSParams.java

    r14403 r14651  
    2121    public static final String RESOURCE = "r";
    2222    public static final String PROCESS_ID = "pid"; // if a request wasn't completed, this identifies the request - used when asking for a status update
     23    public static final String COLLECTION_TYPE = "ct";
    2324   
    2425    public static final String SIBLING = "sib"; // this should not be in here
     
    6061    // ugly hack so we don't save the extlink param
    6162    addParameter("s0.ext", false);
     63    addParameter(COLLECTION_TYPE,  true); // collection type - mg or mgpp
    6264    }
    6365   
Note: See TracChangeset for help on using the changeset viewer.