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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 873 - (hide annotations)
Wed Nov 28 21:56:10 2012 UTC (12 years, 2 months ago) by fmichon
File size: 741 byte(s)
Suppression de la colonne enjeu qui est inutile dans ce contexte

1 mlimic 709 <?php
2     //$Id$
3     //gen openMairie le 15/11/2012 18:30
4    
5     include('../gen/sql/pgsql/dossier_message.inc.php');
6    
7     $champAffiche = array(
8     'dossier_message.message as "'._("message").'"',
9     'dossier_message.type as "'._("type").'"',
10     'dossier_message.emetteur as "'._("emetteur").'"',
11     'to_char(dossier_message.date_emission ,\'DD/MM/YYYY\') as "'._("date_emission").'"',
12     "case dossier_message.lu when 't' then 'Oui' else 'Non' end as \""._("lu")."\"",
13     );
14    
15    
16     if ($retourformulaire == 'dossier'
17     OR $retourformulaire == 'PC'
18     OR $retourformulaire == 'PA'
19     OR $retourformulaire == 'PD'
20     OR $retourformulaire == 'DP') {
21     $selection=" WHERE (dossier_message.dossier ='".$idx."')";
22     $tri= "";
23    
24     }
25    
26     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26