Parent Directory | Revision Log
* 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 |