/[openfoncier]/trunk/sql/pgsql/dossier_instruction_tous_encours.inc.php
ViewVC logotype

Annotation of /trunk/sql/pgsql/dossier_instruction_tous_encours.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2917 - (hide annotations)
Fri Apr 4 18:23:00 2014 UTC (10 years, 10 months ago) by atreal
File size: 371 byte(s)
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