- Timestamp:
- 2011-08-15T17:50:00+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/colservr/collectserver.cpp
r24305 r24411 204 204 text_t new_name; 205 205 206 // make sure that any ex.XXX metadata in the string is turned into XXX for matching 207 name.replace("ex.",""); 206 // Now that GLI has been fixed to deal with ex. prefixes, and modelcol's collect.cfg does not contain 207 // Greenstone ex.* meta in the "collectionmeta" section, we won't encounter ex.* in collectionmeta here. 208 // So we should not remove any "ex." prefixes here, since collectionmeta does not contain ex.* but it can 209 // contain ex.dc.* type metadata, which will need to have their ex. prefix preserved for matching below. 208 210 209 211 if (indexmap.from2to(name, new_name)) {
Note:
See TracChangeset
for help on using the changeset viewer.