Parent Directory | Revision Log | Patch
revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC | revision 430 by nhaye, Mon Sep 24 16:21:22 2012 UTC | |
---|---|---|
# | Line 8 $champAffiche=array("terrain", | Line 8 $champAffiche=array("terrain", |
8 | "nom as proprietaire", | "nom as proprietaire", |
9 | "parcelle.surface"); | "parcelle.surface"); |
10 | $champRecherche=array("parcelle.parcelle"); | $champRecherche=array("parcelle.parcelle"); |
if(isset($idx)) | ||
$selection=" where dossier ='".$idx."'"; | ||
else | ||
$selection=""; | ||
11 | $tri= " order by parcelle"; | $tri= " order by parcelle"; |
12 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |