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

Diff of /trunk/sql/pgsql/donnees_techniques.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/donnees_techniques.inc.php');  include('../gen/sql/pgsql/donnees_techniques.inc.php');
6    $champAffiche = array(
7        'donnees_techniques.donnees_techniques as "'._("donnees_techniques").'"',
8        'dossier.dossier as "'._("dossier_instruction").'"',
9        'lot.libelle as "'._("lot").'"',
10        "case donnees_techniques.am_lotiss when 't' then 'Oui' else 'Non' end as \""._("am_lotiss")."\"",
11        "case donnees_techniques.am_autre_div when 't' then 'Oui' else 'Non' end as \""._("am_autre_div")."\"",
12        );
13    
14    if ($retourformulaire== 'dossier_instruction') {
15        $selection=" WHERE (donnees_techniques.dossier_instruction ='".$idx."')";
16    }
17  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26