1 |
vpihour |
555 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 30/10/2012 12:32 |
4 |
|
|
|
5 |
|
|
include('../gen/sql/pgsql/lien_localisation_nature.inc.php'); |
6 |
vpihour |
563 |
|
7 |
|
|
/* |
8 |
|
|
* |
9 |
|
|
* Si le champs est NULL, une * est affichée. |
10 |
|
|
* |
11 |
|
|
* */ |
12 |
|
|
$champAffiche = array( |
13 |
|
|
'lien_localisation_nature.lien_localisation_nature as "'._("lien_localisation_nature").'"', |
14 |
|
|
'COALESCE(nature.libelle, \'*\') as "'._("nature").'"', |
15 |
|
|
'COALESCE(arrondissement.numero, \'*\') as "'._("arrondissement").'"', |
16 |
|
|
'COALESCE(quartier.libelle, \'*\') as "'._("quartier").'"', |
17 |
|
|
'COALESCE(lien_localisation_nature.section, \'*\') as "'._("section").'"', |
18 |
|
|
'instructeur.nom as "'._("instructeur").'"', |
19 |
|
|
); |
20 |
vpihour |
555 |
?> |