Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1753 → Rev 1754

/trunk/jrest/lib/FormateurGroupeColonne.php
147,7 → 147,6
'id_observation' => self::GenColInfo('id_observation', 'Identifiant', 1, NULL, NULL, FALSE),
 
'mots_cles_texte' => self::GenColInfo('mots_cles_texte', 'Mots Clés', 1),
'commentaire' => self::GenColInfo('commentaire', 'Commentaires', 1),
'date_creation' => self::GenColInfo('date_creation', 'Date Création', 1, NULL, NULL, FALSE),
'date_modification' => self::GenColInfo('date_modification', 'Date Modification', 1, NULL, NULL, FALSE),
 
306,7 → 305,7
static function GenColInfo($abbrev, $nom, $is_extra = 0, $fonction = NULL, $fonction_data = NULL, $importable = TRUE, $preload = NULL, $fonction_dynamique = NULL) {
return Array('abbrev' => $abbrev,
'nom' => $nom,
'extra' => $is_extra ? 1 : 0,
'extra' => $is_extra,
'fonction' => $fonction,
'fonction_data' => $fonction_data,
'importable' => $importable,