Changeset 5814 for trunk


Ignore:
Timestamp:
2003-11-09T12:10:41+13:00 (20 years ago)
Author:
jmt12
Message:

Bugger. Accidently wrote true where I meant false - thus causing hierarchies not to work. Well its fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/MetadataXML.java

    r5805 r5814  
    5656        GValueNode node = (GValueNode)all_values.get(i);
    5757        TreePath path = new TreePath(node.getPath());
    58         String full_value = node.getFullPath(true);
     58        String full_value = node.getFullPath(false);
    5959        String index = model.getHIndex(full_value);
    6060
Note: See TracChangeset for help on using the changeset viewer.