Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3469 Rev 3473
Line 21... Line 21...
21
	private $champ_id = "field_id";	
21
	private $champ_id = "field_id";	
22
	private $liste_champs = "ce.`project`, ce.field_id, ce.`data_type`, ce.`is_mandatory`, ce.`unit`, ".
22
	private $liste_champs = "ce.`project`, ce.field_id, ce.`data_type`, ce.`is_mandatory`, ce.`unit`, ".
23
				"cet.extended_field_id, cet.`label`, cet.`description`, cet.`default_value`, cet.`error_message`, cet.`language_iso_code`, cet.`help` ";
23
				"cet.extended_field_id, cet.`label`, cet.`description`, cet.`default_value`, cet.`error_message`, cet.`language_iso_code`, cet.`help` ";
Line 24... Line 24...
24
 
24
 
25
	
25
	
Line 26... Line 26...
26
	public function GestionChampsEtendus2($config) {
26
	public function __construct($config) {
Line 27... Line 27...
27
		parent::__construct($config);
27
		parent::__construct($config);