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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC revision 1151 by nhaye, Mon Jan 7 11:43:45 2013 UTC
# Line 3  Line 3 
3  //gen openMairie le 14/02/2011 08:46  //gen openMairie le 14/02/2011 08:46
4  $reqmo['libelle']=' public.bible';  $reqmo['libelle']=' public.bible';
5  $reqmo['reqmo_libelle']=' public.bible';  $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]";  $reqmo['sql']="SELECT [bible.bible as bible],
7                            [libelle],
8                            [evenement],
9                            [contenu],
10                            [complement],
11                            [automatique]
12                    FROM ".DB_PREFIXE."bible
13                    INNER JOIN ".DB_PREFIXE."lien_dossier_autorisation_type_detaille_bible
14                    ON bible.bible=lien_dossier_autorisation_type_detaille_bible.bible
15                    WHERE lien_dossier_autorisation_type_detaille_bible.dossier_autorisation_type_detaille = '[dossier_autorisation_type_detaille]'
16                    ORDER BY [tri]";
17  $reqmo['bible']='checked';  $reqmo['bible']='checked';
18  $reqmo['libelle']='checked';  $reqmo['libelle']='checked';
19  $reqmo['evenement']='checked';  $reqmo['evenement']='checked';
20  $reqmo['contenu']='checked';  $reqmo['contenu']='checked';
21  $reqmo['complement']='checked';  $reqmo['complement']='checked';
22  $reqmo['automatique']='checked';  $reqmo['automatique']='checked';
23  $reqmo['nature']="select * from ".DB_PREFIXE."nature";  $reqmo['dossier_autorisation_type_detaille']="select dossier_autorisation_type_detaille,code
24                                                    from ".DB_PREFIXE."dossier_autorisation_type_detaille";
25  $reqmo['tri']=array('bible','libelle','evenement','contenu','complement','automatique');  $reqmo['tri']=array('bible','libelle','evenement','contenu','complement','automatique');
26  ?>  ?>

Legend:
Removed from v.312  
changed lines
  Added in v.1151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26