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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 499 - (hide annotations)
Fri Oct 12 16:19:48 2012 UTC (12 years, 3 months ago) by nhaye
File size: 389 byte(s)
Suppression des liens lien d'ajout pour les tableaux de consultations

1 nhaye 498 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:32
4     include('../sql/pgsql/consultation.inc.php');
5    
6     if(isset($idx)) {
7 nhaye 499 $selection=" WHERE consultation.dossier ='".$idx."' AND consultation.avis_consultation IS NULL";
8 nhaye 498 }
9     else {
10 nhaye 499 $selection=" WHERE consultation.avis_consultation IS NULL AND om_utilisateur.login='".$_SESSION['login']."'";
11     $tab_actions['corner']['ajouter']=NULL;
12 nhaye 498 }
13     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26