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

Contents of /trunk/sql/pgsql/bible_nature.reqmo.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: 618 byte(s)
maj



1 <?php
2 //$Id$
3 //gen openMairie le 14/02/2011 08:46
4 $reqmo['libelle']=' public.bible';
5 $reqmo['reqmo_libelle']=' public.bible';
6 $reqmo['sql']="select [bible], [libelle], [evenement], [contenu], [complement], [automatique] from ".DB_PREFIXE."bible where nature = '[nature]' order by [tri]";
7 $reqmo['bible']='checked';
8 $reqmo['libelle']='checked';
9 $reqmo['evenement']='checked';
10 $reqmo['contenu']='checked';
11 $reqmo['complement']='checked';
12 $reqmo['automatique']='checked';
13 $reqmo['nature']="select * from ".DB_PREFIXE."nature";
14 $reqmo['tri']=array('bible','libelle','evenement','contenu','complement','automatique');
15 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26