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

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

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

trunk/sql/pgsql/bible.inc revision 266 by fraynaud, Tue Dec 6 15:37:36 2011 UTC trunk/sql/pgsql/bible.inc.php revision 1151 by nhaye, Mon Jan 7 11:43:45 2013 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:30  //gen openMairie le 10/02/2011 20:30
4  include('../gen/sql/pgsql/bible.inc.php');  include('../gen/sql/pgsql/bible.inc.php');
 $tri= " order by bible.libelle";  
   
 $table=DB_PREFIXE."bible left join ".DB_PREFIXE."evenement on bible.evenement=evenement.evenement";;  
 $champAffiche=array("bible",  
                     "bible.libelle as lib",  
                     "evenement.libelle as evenement",  
                     "bible.complement",  
                     "bible.automatique",  
                     "bible.nature as nature"  
                     );  
 $champRecherche=array('bible',  
                       'bible.libelle',  
                       'evenement.libelle',  
                       'bible.nature'  
                       );  
   
5  ?>  ?>

Legend:
Removed from v.266  
changed lines
  Added in v.1151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26