Ignore:
Timestamp:
2003-05-12T15:54:54+12:00 (21 years ago)
Author:
kjdon
Message:

changed to use archivedir instead of assocfilepath for image location

File:
1 edited

Legend:

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

    r4257 r4268  
    192192    doc_meta_param_list.appendChild(doc_param);
    193193    doc_param.setAttribute(GSXML.NAME_ATT, "metadata");
    194     doc_param.setAttribute(GSXML.VALUE_ATT, "assocfilepath");
     194    doc_param.setAttribute(GSXML.VALUE_ATT, "archivedir");
    195195
    196196    // create the doc node list for the metadata request
Note: See TracChangeset for help on using the changeset viewer.