Parent Directory | Revision Log | Patch
revision 1123 by vpihour, Thu Dec 13 15:00:27 2012 UTC | revision 1124 by vpihour, Thu Dec 27 09:32:24 2012 UTC | |
---|---|---|
# | Line 228 class instruction extends instruction_ge | Line 228 class instruction extends instruction_ge |
228 | $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action"; | $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action"; |
229 | ||
230 | // *** attention en dur le CU | // *** attention en dur le CU |
231 | $this->addToLog("setSelect(): db->query(\"".$sql."\");", VERBOSE_MODE); | |
232 | ||
233 | $res = $db->query($sql); | $res = $db->query($sql); |
234 | if (database::isError($res)) | if (database::isError($res)) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |