Changeset 16879
- Timestamp:
- 2008-08-18 14:15:06 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gli/trunk/src/org/greenstone/gatherer/cdm/SearchMetadataManager.java
r13057 r16879 33 33 import org.greenstone.gatherer.Configuration; 34 34 import org.greenstone.gatherer.Dictionary; 35 import org.greenstone.gatherer.Gatherer; 35 36 import org.greenstone.gatherer.gui.DesignPaneHeader; 36 37 import org.greenstone.gatherer.util.StaticStrings; … … 182 183 183 184 public String getMetaID() { 184 return StaticStrings.STOP_CHARACTER+id; 185 if (Gatherer.GS3) { 186 // we don't use any dots in gs3 187 return id; 188 } 189 return StaticStrings.STOP_CHARACTER+id; 190 185 191 } 186 192 public String getValue() {
