Ignore:
Timestamp:
2003-06-18T11:43:52+12:00 (21 years ago)
Author:
kjdon
Message:

no longer use ConfigVars, use a HashMap instead

File:
1 edited

Legend:

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

    r4257 r4695  
    8282    // should this be done here or by web receptionist??
    8383    // cant really have an applet without web?
    84     editLocalParams(app_desc, config_.library_name_, collection);
     84    editLocalParams(app_desc, (String)config_params.get(GSConstants.LIBRARY_NAME), collection);
    8585    page_response.appendChild(app_desc);
    8686   
Note: See TracChangeset for help on using the changeset viewer.