Parent Directory | Revision Log | Patch
revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC | revision 461 by nhaye, Thu Sep 27 10:36:55 2012 UTC | |
---|---|---|
# | Line 6 $table=DB_PREFIXE."destination_shon inne | Line 6 $table=DB_PREFIXE."destination_shon inne |
6 | $champAffiche=array("destination_shon","destination.libelle","shon"); | $champAffiche=array("destination_shon","destination.libelle","shon"); |
7 | $champRecherche=array("destination.libelle"); | $champRecherche=array("destination.libelle"); |
8 | if(isset($idx)){ | if(isset($idx)){ |
9 | $selection=" where dossier ='".$idx."'"; | $selection=" where destination_shon.dossier ='".$idx."'"; |
10 | }else{ | }else{ |
11 | $selection=""; | $selection=""; |
12 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |