Parent Directory | Revision Log | Patch
revision 234 by fraynaud, Tue Nov 22 08:26:11 2011 UTC | revision 250 by fraynaud, Tue Nov 29 15:04:25 2011 UTC | |
---|---|---|
# | Line 31 $f = new utils("nohtml"); | Line 31 $f = new utils("nohtml"); |
31 | */ | */ |
32 | ||
33 | ||
34 | $sql_courrier="select * from instruction where instruction=".$idx; | $sql_courrier="select * from ".DB_PREFIXE."instruction where instruction=".$idx; |
35 | $res = $f->db->query($sql_courrier); | $res = $f->db->query($sql_courrier); |
36 | $f->isDatabaseError($res); | $f->isDatabaseError($res); |
37 | while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){ | while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |