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

Annotation of /trunk/sql/pgsql/bible_nature.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations)
Mon Feb 14 16:02:14 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/bible_nature.reqmo.inc
File size: 618 byte(s)
maj



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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26