/[openfoncier]/branches/3.14.x/sql/pgsql/architecte.inc.php
ViewVC logotype

Diff of /branches/3.14.x/sql/pgsql/architecte.inc.php

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

trunk/sql/pgsql/architecte.inc revision 4 by fraynaud, Thu Feb 10 22:02:08 2011 UTC branches/3.14.x/sql/pgsql/architecte.inc.php revision 3343 by vpihour, Thu Mar 19 17:34:18 2015 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:30  //gen openMairie le 10/02/2011 20:30
4  include('../gen/sql/pgsql/architecte.inc.php');  include('../gen/sql/pgsql/architecte.inc.php');
5  $tri= " order by nom";  
6    $concat_nom_prenom = 'CONCAT(architecte.prenom, \' \', architecte.nom)';
7    $concat_adresse = 'CONCAT(architecte.adresse1, \' \', architecte.adresse2, \' \', architecte.cp, \' \', architecte.ville)';
8    $sousformulaire = array();
9  ?>  ?>

Legend:
Removed from v.4  
changed lines
  Added in v.3343

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26