2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 10/02/2011 20:32 |
//gen openMairie le 10/02/2011 20:32 |
4 |
include('../gen/sql/pgsql/consultation.inc.php'); |
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 |
?> |
?> |