Parent Directory | Revision Log
Surcharge du tableau des cerfa
1 | <?php |
2 | //$Id$ |
3 | //gen openMairie le 13/02/2013 14:41 |
4 | |
5 | include('../gen/sql/pgsql/cerfa.inc.php'); |
6 | |
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 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |