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

Diff of /trunk/sql/pgsql/demande_avis_encours.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7684 by softime, Wed Jul 5 14:42:38 2017 UTC revision 7685 by softime, Thu Jan 11 15:26:41 2018 UTC
# Line 16  THEN Line 16  THEN
16  END";  END";
17  array_push($champAffiche, $case_marque." as \""._("marqué")."\"");  array_push($champAffiche, $case_marque." as \""._("marqué")."\"");
18    
19    // Supprime la colonne de l'avis rendu sur le listing ainsi que dans la
20    // recherche simple
21    unset($champAffiche[array_search($avis_rendu, $champAffiche)]);
22    unset($champRecherche[array_search($avis_rendu, $champRecherche)]);
23    
24  $selection=' WHERE consultation.date_limite >= current_date  $selection=' WHERE consultation.date_limite >= current_date
25  AND consultation.avis_consultation IS NULL  AND consultation.avis_consultation IS NULL
26  AND om_utilisateur.login=\''.$_SESSION['login'].'\'';  AND om_utilisateur.login=\''.$_SESSION['login'].'\'';

Legend:
Removed from v.7684  
changed lines
  Added in v.7685

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26