2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 10/02/2011 20:32 |
//gen openMairie le 10/02/2011 20:32 |
4 |
include('../gen/sql/pgsql/destination_shon.inc.php'); |
include('../gen/sql/pgsql/destination_shon.inc.php'); |
5 |
|
$table="destination_shon inner join destination on destination_shon.destination=destination.destination"; |
6 |
|
$champAffiche=array("destination_shon","destination.libelle","shon"); |
7 |
|
$champRecherche=array("destination.libelle"); |
8 |
|
if(isset($idx)){ |
9 |
|
$selection=" where dossier ='".$idx."'"; |
10 |
|
}else{ |
11 |
|
$selection=""; |
12 |
|
} |
13 |
|
$tri= " order by destination_shon"; |
14 |
?> |
?> |