/[openfoncier]/trunk/sql/pgsql/cerfa.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/cerfa.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1263 - (show annotations)
Fri Feb 15 16:14:17 2013 UTC (11 years, 11 months ago) by nhaye
File size: 430 byte(s)
Modification de la structure de la base : les cerfa sont maintenant liés aux types de dossier d'instruction,
modification des requêtes en fonction de la modification de la structure,
ajout de correction d'erreurs

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.code as "'._("code").'"',
11 'cerfa.libelle as "'._("libelle").'"',
12 'to_char(cerfa.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"',
13 'to_char(cerfa.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"',
14 );
15 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26