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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/evenement_nature.reqmo.inc
File size: 863 byte(s)
version initiale


1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:33
4     $reqmo['libelle']=' public.evenement';
5     $reqmo['reqmo_libelle']=' public.evenement';
6     $reqmo['sql']="select [evenement], [libelle], [action], [etat], [delai], [accord_tacite], [delai_notification], [avis], [lettretype], [consultation] from ".DB_PREFIXE."evenement where nature = '[nature]' order by [tri]";
7     $reqmo['evenement']='checked';
8     $reqmo['libelle']='checked';
9     $reqmo['nature']="select * from ".DB_PREFIXE."nature";
10     $reqmo['action']='checked';
11     $reqmo['etat']='checked';
12     $reqmo['delai']='checked';
13     $reqmo['accord_tacite']='checked';
14     $reqmo['delai_notification']='checked';
15     $reqmo['avis']='checked';
16     $reqmo['lettretype']='checked';
17     $reqmo['consultation']='checked';
18     $reqmo['tri']=array('evenement','libelle','action','etat','delai','accord_tacite','delai_notification','avis','lettretype','consultation');
19     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26