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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1249 by vpihour, Wed Feb 13 13:53:17 2013 UTC revision 1263 by nhaye, Fri Feb 15 16:14:17 2013 UTC
# Line 3  Line 3 
3  //gen openMairie le 13/02/2013 14:41  //gen openMairie le 13/02/2013 14:41
4    
5  include('../gen/sql/pgsql/cerfa.inc.php');  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  ?>  ?>

Legend:
Removed from v.1249  
changed lines
  Added in v.1263

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26