Parent Directory | Revision Log
Optimisation de requĂȘtes
1 | fmichon | 647 | <?php |
2 | |||
3 | // | ||
4 | include('../sql/pgsql/dossier_instruction.inc.php'); | ||
5 | |||
6 | fmichon | 686 | // |
7 | $champAffiche = array_merge($champAffiche_debut_commun, array( | ||
8 | 'instructeur.nom as "'._("instructeur").'"', | ||
9 | ), $champAffiche_fin_commun); | ||
10 | |||
11 | // | ||
12 | $selection = " WHERE | ||
13 | fmichon | 887 | dossier.division = ".$_SESSION['division']." |
14 | atreal | 2917 | AND dossier.etat IN (select etat from ".DB_PREFIXE."etat where etat.statut='encours') |
15 | fmichon | 686 | "; |
16 | |||
17 | fmichon | 647 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |