Ignore:
Timestamp:
2007-01-11T14:49:09+13:00 (17 years ago)
Author:
kjdon
Message:

getNodeContent() now takes lang as a param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGPPRetrieve.java

    r13270 r13575  
    9292     * <nodeContent>text content or other elements</nodeContent>
    9393     */
    94     protected Element getNodeContent(String doc_id) throws GSException {
    95     String lang = "en"; //  **********
     94    protected Element getNodeContent(String doc_id, String lang) throws GSException {
    9695    long doc_num = this.gdbm_src.OID2Docnum(doc_id);
    9796    if (doc_num == -1) {
Note: See TracChangeset for help on using the changeset viewer.