Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2205 Rev 2394
Line 99... Line 99...
99
	}
99
	}
Line 100... Line 100...
100
 
100
 
101
	private function preparerChampsEtendus($champs) {
101
	private function preparerChampsEtendus($champs) {
102
		$retour = array();
102
		$retour = array();
103
		foreach ($champs as $chp) {
103
		foreach ($champs as $chp) {
104
			$retour[$chp['cle']] = array('valeur' => $chp['valeur'], 'label' => $chp['label']);
104
			$retour[$chp['cle']] = array('valeur' => $chp['valeur']);
105
		}
105
		}
106
		return $retour;
106
		return $retour;
Line 107... Line 107...
107
	}
107
	}