Ignore:
Timestamp:
2010-11-02T11:38:26+13:00 (13 years ago)
Author:
kjdon
Message:

use GSParams static strings for excerptid/tag strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r22786 r23270  
    168168    if (cgi_param_list != null) {
    169169          HashMap params = GSXML.extractParams(cgi_param_list, false);
    170           if((excerptID = (String)params.get("excerptid")) != null)
     170          if((excerptID = (String)params.get(GSParams.EXCERPT_ID)) != null)
    171171          {
    172172            subdivide = true;
    173173          }
    174           if((excerptTag = (String)params.get("excerpttag")) != null)
     174          if((excerptTag = (String)params.get(GSParams.EXCERPT_TAG)) != null)
    175175          {
    176176            subdivide = true;
Note: See TracChangeset for help on using the changeset viewer.