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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3341 - (hide annotations)
Wed Mar 18 15:50:17 2015 UTC (9 years, 10 months ago) by vpihour
Original Path: tags/3.14.0-b16/sql/pgsql/architecte.inc.php
File size: 327 byte(s)
* Release : 3.14.0-b16
1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:30
4     include('../gen/sql/pgsql/architecte.inc.php');
5 vpihour 2113
6     $concat_nom_prenom = 'CONCAT(architecte.prenom, \' \', architecte.nom)';
7 softime 2128 $concat_adresse = 'CONCAT(architecte.adresse1, \' \', architecte.adresse2, \' \', architecte.cp, \' \', architecte.ville)';
8 vpihour 2113 $sousformulaire = array();
9 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26