Parent Directory | Revision Log
passage des fichiers .inc en .inc.php dans sql/pgsql ajout d'un nouveau champ texte libre pour le complément de travaux. Ex : construction d'une maison + piscine + portail, avec pour motif de travaux Construction de maison individuelle
1 | fraynaud | 3 | <?php |
2 | /* | ||
3 | * $Id: dossier_sig_sanspos.reqmo.inc,v 1.1 2009-10-28 15:34:52 fraynaud Exp $ | ||
4 | * Created on 9 oct. 2009 | ||
5 | * | ||
6 | * To change the template for this generated file go to | ||
7 | * Window - Preferences - PHPeclipse - PHP - Code Templates | ||
8 | */ | ||
9 | |||
10 | $reqmo['libelle']="dossier dans SIG sans POS"; | ||
11 | $reqmo['sql']="select dossier, | ||
12 | fraynaud | 242 | dossier, |
13 | nature, | ||
14 | parcelle, | ||
15 | sig, | ||
16 | pos | ||
17 | from ".DB_PREFIXE."dossier | ||
18 | where nature = 'PC' and sig ='Oui' and pos =''"; | ||
19 | fraynaud | 3 | |
20 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |