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

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

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

revision 233 by fraynaud, Sat Oct 15 21:07:29 2011 UTC revision 234 by fraynaud, Tue Nov 22 08:26:11 2011 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 04/10/2011 15:15  //gen openMairie le 04/10/2011 15:15
4  include('../gen/sql/pgsql/statistique.inc.php');  include('../gen/sql/pgsql/statistique.inc.php');
5  if(isset($idx))  
6    $selection=" where dossier ='".$idx."'";  if ($retourformulaire== 'parametre'){
7  else      echo "------------------------------------";
8    $selection="";      $href[0] = array("lien" => "#", "id" => "", "lib" => "", );
9        $href[1] = array("lien" => "", "id" => "", "lib" => "", );
10        $href[2] = array("lien" => "#", "id" => "", "lib" => "", );      
11    }else // cas PC, PD, PA, CU, DP ...
12        $selection=" where dossier ='".$idx."'";
13  ?>  ?>

Legend:
Removed from v.233  
changed lines
  Added in v.234

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26