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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (show annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 807 byte(s)
Actualisation du trunk
1 <?php
2 //$Id: bible.reqmo.inc.php 4598 2015-04-19 20:48:30Z tbenita $
3 //gen openMairie le 19/04/2015 22:31
4
5 $reqmo['libelle']=_('reqmo-libelle-bible');
6 $reqmo['reqmo_libelle']=_('reqmo-libelle-bible');
7 $ent=_('bible');
8 $reqmo['sql']="select [bible], [libelle], [evenement], [contenu], [complement], [automatique], [dossier_autorisation_type], [om_collectivite] from ".DB_PREFIXE."bible order by [tri]";
9 $reqmo['bible']='checked';
10 $reqmo['libelle']='checked';
11 $reqmo['evenement']='checked';
12 $reqmo['contenu']='checked';
13 $reqmo['complement']='checked';
14 $reqmo['automatique']='checked';
15 $reqmo['dossier_autorisation_type']='checked';
16 $reqmo['om_collectivite']='checked';
17 $reqmo['tri']=array('bible','libelle','evenement','contenu','complement','automatique','dossier_autorisation_type','om_collectivite');
18 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26