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

Contents of /trunk/sql/pgsql/consultation.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 461 - (show annotations)
Thu Sep 27 10:36:55 2012 UTC (12 years, 4 months ago) by nhaye
File size: 455 byte(s)
Correction des conditions dans les .inc.php des classes de tables liées à dossier

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:32
4 include('../gen/sql/pgsql/consultation.inc.php');
5
6 if(isset($idx))
7 $selection=" where consultation.dossier ='".$idx."'";
8 else
9 $selection="";
10
11 if ($retourformulaire== 'service'){
12 // Actions en coin : ajouter
13 $tab_actions['corner']['ajouter'] = NULL;
14 // Actions a gauche : consulter
15 $tab_actions['left']['consulter'] = NULL;
16 $selection=" where consultation.service ='".$idx."'";
17 }
18
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26