Ignore:
Timestamp:
2002-10-04T11:37:17+12:00 (22 years ago)
Author:
kjdon
Message:

uses new GSFile methods

File:
1 edited

Legend:

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

    r3388 r3441  
    5353
    5454    // chack that the stylesheet is present - cant output a page without one. we may adapt this to use unknownquery stylesheet? - or ask for one from the MR
    55     String stylesheet = GSFile.stylesheetPath(config_, "textquery.xsl");
     55    String stylesheet = GSFile.stylesheetFile(config_, "textquery.xsl");
    5656    if (stylesheet==null) {
    5757        return GSHTML.errorPage("textquery stylesheet not found!");
Note: See TracChangeset for help on using the changeset viewer.