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

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

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

trunk/sql/pgsql/consultation.inc revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC trunk/sql/pgsql/consultation.inc.php revision 461 by nhaye, Thu Sep 27 10:36:55 2012 UTC
# Line 2  Line 2 
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  ?>  ?>

Legend:
Removed from v.3  
changed lines
  Added in v.461

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26