Changeset 19819


Ignore:
Timestamp:
2009-06-12T13:01:50+12:00 (15 years ago)
Author:
shaoqun
Message:

temp solution for collections built using -OIDType incremental

File:
1 edited

Legend:

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

    r15326 r19819  
    243243       
    244244        boolean is_external_link = false;
    245         if (!node_id.startsWith("HASH")){   
     245        if (!node_id.startsWith("HASH") && !node_id.startsWith("D")){   
    246246        if (node_id.endsWith(".rt")){
    247247            node_id = getHrefOID(node_id.substring(0,node_id.length()-3));
     
    285285        }
    286286    }
    287        
    288287    return result;
    289288    }
Note: See TracChangeset for help on using the changeset viewer.