Parent Directory | Revision Log | Patch
revision 1355 by vpihour, Mon Mar 11 13:57:07 2013 UTC | revision 1358 by vpihour, Mon Mar 11 14:48:17 2013 UTC | |
---|---|---|
# | Line 51 $sql_modificatif="select dossier, | Line 51 $sql_modificatif="select dossier, |
51 | (dossier||' '||types||' du '||to_char(date_demande,'DD/MM/YYYY')) as demande, | (dossier||' '||types||' du '||to_char(date_demande,'DD/MM/YYYY')) as demande, |
52 | demandeur_nom,etat from ".DB_PREFIXE."dossier | demandeur_nom,etat from ".DB_PREFIXE."dossier |
53 | where substring(dossier,1,9) like substring('".$id."',1,9)"; | where substring(dossier,1,9) like substring('".$id."',1,9)"; |
$sql_statistique= "select * from ".DB_PREFIXE."statistique where dossier='".$id."'"; | ||
54 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |