1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
fraynaud |
168 |
//gen openMairie le 04/10/2011 12:48 |
4 |
fraynaud |
3 |
$DEBUG=0; |
5 |
|
|
$ico="../img/ico_application.png"; |
6 |
|
|
$ent="option->destination_shon"; |
7 |
|
|
$tableSelect=DB_PREFIXE."destination_shon"; |
8 |
fraynaud |
168 |
$champs=array("destination_shon","destination","shon","dossier","shon_anterieure","shon_demolie","shon_anterieure_supprimee","shon_nouvelle_transformee","shon_nouvelle","shon_shob_transformee"); |
9 |
fraynaud |
3 |
//champs select |
10 |
|
|
$sql_destination="select * from ".DB_PREFIXE."destination"; |
11 |
|
|
$sql_dossier="select * from ".DB_PREFIXE."dossier"; |
12 |
|
|
?> |