Changeset 5875


Ignore:
Timestamp:
2003-11-18T15:31:59+13:00 (20 years ago)
Author:
jmt12
Message:

My stupidity was quickly noticed when I complained that Hierarchies needed unique keys and so crazy things appeared in when browsing - forgot that one of the HFile columns contains what should be shown in Greenstone

File:
1 edited

Legend:

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

    r5814 r5875  
    5959        String index = model.getHIndex(full_value);
    6060
    61         write(bw, "\"" + Utility.stripNL(full_value) + "\"\t" + index + "\t\"" + Utility.stripNL(full_value) + "\"");
     61        write(bw, "\"" + Utility.stripNL(full_value) + "\"\t" + index + "\t\"" + Utility.stripNL(node.toString()) + "\"");
    6262        }
    6363        // Very important we do this, or else buffer may not have
Note: See TracChangeset for help on using the changeset viewer.