Ignore:
Timestamp:
2019-06-11T18:44:42+12:00 (5 years ago)
Author:
wy59
Message:

Related to commit 33128 where we claimed we had reserved CD, CS index short names for Coordinate and CoordShort in Greenstone perl code. We hadn't yet because we couldn't see Latitude/LatShort and Longitude/LngShort reserved yet and weren't sure if we needed to add it in. With Dr Bainbridge's confirmation that we were on the right track, we've now reserved all of these index short names (CD,CS,LT,LO,LA,LN).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/mgppbuildproc.pm

    r27328 r33144  
    7373              'text'=>'TX',
    7474              'TX'=>1,
     75              'Coordinate'=>'CD',
     76              'CD'=>1,
     77              'CoordShort'=>'CS',
     78              'CS'=>1,
     79              'Latitude'=>'LT',
     80              'LT'=>1,
     81              'Longitude'=>'LO',
     82              'LO'=>1,
     83              'LatShort'=>'LA',
     84              'LA'=>1,
     85              'LngShort'=>'LN',
     86              'LN'=>1,
    7587              'AND'=>1,
    7688              'OR'=>1,
Note: See TracChangeset for help on using the changeset viewer.