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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 462 - (show annotations)
Thu Sep 27 10:45:03 2012 UTC (12 years, 4 months ago) by nhaye
File size: 684 byte(s)
Correction des liens de tableaux

1 <?php
2 //$Id: modificatif.inc,v 1.2 2010-08-22 21:40:12 fraynaud Exp $
3 $DEBUG=0;
4 $serie=10;
5 $ent = "dossier -> modificatif";
6 $ico = "ico_traitement.png";
7 $edition='';
8
9 $tab_actions['corner']['ajouter'] = NULL;
10 $tab_actions['left']['consulter'] = NULL;
11 $tab_actions['content'] = NULL;
12
13 $table=DB_PREFIXE."dossier";
14 $champAffiche=array("dossier",
15 "types",
16 "demandeur_nom",
17 "to_char(date_demande,'DD/MM/YYYY') as date_demande",
18 "etat");
19 $champRecherche=array("demandeur_nom");
20 $tri= "";
21 if(isset($idx)){
22 $selection=" where substring(dossier,1,9) like '".substr($idx,0,9)."'";
23 }else{
24 $selection="";
25 }
26 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26