Parent Directory | Revision Log | Patch
revision 154 by fraynaud, Thu Sep 29 19:07:27 2011 UTC | revision 242 by fraynaud, Wed Nov 23 19:39:04 2011 UTC | |
---|---|---|
# | Line 6 $ent = "retour -> consultation"; | Line 6 $ent = "retour -> consultation"; |
6 | $ico = "../img/ico_dossier.png"; | $ico = "../img/ico_dossier.png"; |
7 | $edition=""; | $edition=""; |
8 | // | // |
9 | $table="consultation inner join service on consultation.service=service.service"; | $table=DB_PREFIXE."consultation inner join ".DB_PREFIXE."service on consultation.service=service.service"; |
10 | $champAffiche=array("consultation", | $champAffiche=array("consultation", |
11 | "consultation.service", | "consultation.service", |
12 | "dossier", | "dossier", |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |