greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 14651

Show
Ignore:
Timestamp:
2007-10-11 09:24:54 (1 year ago)
Author:
qq6
Message:

updated by Anna

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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