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

Contents of /trunk/sql/pgsql/bible.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations)
Mon Feb 14 16:02:14 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 517 byte(s)
maj



1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:30
4 include('../gen/sql/pgsql/bible.inc.php');
5 $tri= " order by libelle";
6
7 $table=DB_PREFIXE."bible left join ".DB_PREFIXE."evenement on bible.evenement=evenement.evenement";;
8 $champAffiche=array("bible",
9 "bible.libelle",
10 "evenement.libelle as evenement",
11 "complement",
12 "automatique",
13 "bible.nature as nature"
14 );
15 $tri= " order by bible.libelle";
16
17 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26