1 |
vpihour |
1249 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 13/02/2013 14:41 |
4 |
|
|
|
5 |
|
|
include('../gen/sql/pgsql/cerfa.inc.php'); |
6 |
nhaye |
1254 |
|
7 |
|
|
// SELECT |
8 |
|
|
$champAffiche = array( |
9 |
|
|
'cerfa.cerfa as "'._("cerfa").'"', |
10 |
|
|
'cerfa.libelle as "'._("libelle").'"', |
11 |
|
|
'to_char(cerfa.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"', |
12 |
|
|
'to_char(cerfa.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"', |
13 |
|
|
'dossier_instruction_type.libelle as "'._("dossier_instruction_type").'"', |
14 |
|
|
); |
15 |
vpihour |
1249 |
?> |