Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3237 → Rev 3238

/trunk/jrest/bibliotheque/GestionChampsEtendus2.php
20,7 → 20,7
private $table_champs_etendus_trad = "extendedfield_translation";
private $champ_id = "field_id";
private $liste_champs = "ce.`project`, ce.field_id, ce.`data_type`, ce.`is_mandatory`, ce.`unit`, ".
"cet.extended_field_id, cet.`label`, cet.`description`, cet.`default_value`, cet.`error_message`, cet.`language_iso_code` ";
"cet.extended_field_id, cet.`label`, cet.`description`, cet.`default_value`, cet.`error_message`, cet.`language_iso_code`, cet.`help` ";
 
public function GestionChampsEtendus2($config, $mode) {