Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3478 Rev 3487
Line 251... Line 251...
251
	        foreach ($catalogue as $champ) {
251
	        foreach ($catalogue as $champ) {
252
	            $champ_fmt = array(
252
	            $champ_fmt = array(
253
	                'cle'	=> $champ['cle'],
253
	                'cle'	=> $champ['cle'],
254
	                'label' => $champ['label'],
254
	                'label' => $champ['label'],
255
	                'options' => array(
255
	                'options' => array(
256
	                    'invisible' => $champ['invisible'],
256
	                    'invisible' => "0",
257
	                    'prive'	=> $champ['prive'])
257
	                    'prive'	=> "0")
258
	            );
258
	            );
259
	            if ($ordonner_par_cle) {
259
	            if ($ordonner_par_cle) {
260
	                $infos_champs[$champ_fmt['cle']] = $champ_fmt;
260
	                $infos_champs[$champ_fmt['cle']] = $champ_fmt;
261
	            } else {
261
	            } else {
262
	                $infos_champs[] = $champ_fmt;
262
	                $infos_champs[] = $champ_fmt;