Subversion Repositories eFlore/Applications.cel

Rev

Rev 1791 | Rev 1835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1791 Rev 1816
Line 165... Line 165...
165
															  'nom' => 'Longitude',
165
															  'nom' => 'Longitude',
166
															  'extra' => 1,
166
															  'extra' => 1,
167
															  'fonction' => 'trim0')),
167
															  'fonction' => 'trim0')),
168
				'altitude'			=> self::GenColInfo(Array('abbrev' => 'altitude',
168
				'altitude'			=> self::GenColInfo(Array('abbrev' => 'altitude',
169
															  'nom' => 'Altitude',
169
															  'nom' => 'Altitude',
170
															  'extra' => 1,
-
 
171
															  'fonction' => 'trim0')),
170
															  'extra' => 1)), // pas de trim0 car INT(5) en DB
172
				'geodatum'			=> self::GenColInfo(Array('abbrev' => 'geodatum',
171
				'geodatum'			=> self::GenColInfo(Array('abbrev' => 'geodatum',
173
															  'nom' => 'Référentiel Géographique',
172
															  'nom' => 'Référentiel Géographique',
174
															  'extra' => 1,
173
															  'extra' => 1,
175
															  'importable' => FALSE)),
174
															  'importable' => FALSE)),
176
			);
175
			);