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

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

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

revision 200 by fraynaud, Mon Oct 17 07:31:00 2011 UTC revision 250 by fraynaud, Tue Nov 29 15:04:25 2011 UTC
# Line 5  $reqmo['sql']="select [destination_shon] Line 5  $reqmo['sql']="select [destination_shon]
5                        [destination.destination as destination],                        [destination.destination as destination],
6                        [destination.libelle as destinationlib],                        [destination.libelle as destinationlib],
7                        [destination_shon.shon as shon],                        [destination_shon.shon as shon],
8                        from destination_shon inner join destination on destination.destination = destination_shon.destination                        from ".DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination.destination = destination_shon.destination
9                        inner join dossier on dossier.dossier= destination_shon.dossier                        inner join ".DB_PREFIXE."dossier on dossier.dossier= destination_shon.dossier
10                        order by [tri]";                        order by [tri]";
11  $reqmo['tri']= array('destination_shon','etat');  $reqmo['tri']= array('destination_shon','etat');
12  $reqmo['destination_shon']="checked";  $reqmo['destination_shon']="checked";

Legend:
Removed from v.200  
changed lines
  Added in v.250

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26