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

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

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

revision 20 by fraynaud, Mon Jul 18 15:27:17 2011 UTC revision 242 by fraynaud, Wed Nov 23 19:39:04 2011 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/destination_shon.inc.php');  include('../gen/sql/pgsql/destination_shon.inc.php');
5  $table="destination_shon inner join destination on destination_shon.destination=destination.destination";  $table=DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination_shon.destination=destination.destination";
6  $champAffiche=array("destination_shon","destination.libelle","shon");  $champAffiche=array("destination_shon","destination.libelle","shon");
7  $champRecherche=array("destination.libelle");  $champRecherche=array("destination.libelle");
8  if(isset($idx)){  if(isset($idx)){

Legend:
Removed from v.20  
changed lines
  Added in v.242

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26