Parent Directory | Revision Log | Patch
revision 265 by fraynaud, Tue Dec 6 08:49:57 2011 UTC | revision 298 by fraynaud, Mon Feb 6 18:02:04 2012 UTC | |
---|---|---|
# | Line 213 class instruction extends instruction_ge | Line 213 class instruction extends instruction_ge |
213 | $sql= $sql_transition." where transition.etat ='".$etat_dossier."' and (evenement.nature ='". | $sql= $sql_transition." where transition.etat ='".$etat_dossier."' and (evenement.nature ='". |
214 | $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action"; | $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action"; |
215 | ||
216 | echo $sql; | |
217 | ||
218 | // *** attention en dur le CU | // *** attention en dur le CU |
219 | ||
220 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |