Changeset 3658


Ignore:
Timestamp:
2003-01-06T16:01:35+13:00 (21 years ago)
Author:
kjdon
Message:

small change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/applet/phind/ResultCanvas.java

    r3444 r3658  
    535535       
    536536        String address = phind.library_address
    537             + "a=r&c=" + phind.collection
    538             + "&r=" + item.hiddenText()
     537            + "a=d&c=" + phind.collection
     538            + "&d=" + item.hiddenText()
    539539            + "&q=" + parent.searchPhrase.replace(' ', '+');
    540540       
Note: See TracChangeset for help on using the changeset viewer.