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

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

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

revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC revision 122 by fraynaud, Fri Sep 9 14:46:02 2011 UTC
# Line 10  $champAffiche=array("instruction as no", Line 10  $champAffiche=array("instruction as no",
10                      "instruction.lettretype",                      "instruction.lettretype",
11                      "libelle",                      "libelle",
12                      "to_char(datecourrier ,'DD/MM/YYYY') as datecourrier",                      "to_char(datecourrier ,'DD/MM/YYYY') as datecourrier",
13                      "instruction.etat"                      "instruction.etat",
14                        "dossier"
15                      );                      );
16  $champRecherche=array("libelle");  $champRecherche=array("libelle");
17  $tri= " order by instruction ";  $tri= " order by instruction ";
18  if(isset($idx)){  if(isset($idx)){
19      $selection=" where dossier ='".$idx."'";      $selection=" where dossier like '".$idx."'";
20  }else{  }else{
21     $selection="";     $selection="";
22  }    }  

Legend:
Removed from v.116  
changed lines
  Added in v.122

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26