Parent Directory | Revision Log
Correction des conditions dans les .inc.php des classes de tables liées à dossier
1 | fraynaud | 3 | <?php |
2 | //$Id$ | ||
3 | //gen openMairie le 10/02/2011 20:32 | ||
4 | include('../gen/sql/pgsql/destination_shon.inc.php'); | ||
5 | fraynaud | 242 | $table=DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination_shon.destination=destination.destination"; |
6 | fraynaud | 20 | $champAffiche=array("destination_shon","destination.libelle","shon"); |
7 | $champRecherche=array("destination.libelle"); | ||
8 | if(isset($idx)){ | ||
9 | nhaye | 461 | $selection=" where destination_shon.dossier ='".$idx."'"; |
10 | fraynaud | 20 | }else{ |
11 | $selection=""; | ||
12 | } | ||
13 | $tri= " order by destination_shon"; | ||
14 | fraynaud | 3 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |