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

Diff of /trunk/sql/pgsql/evenement_action.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 489 by vpihour, Thu Oct 11 08:27:21 2012 UTC
# Line 3  Line 3 
3  //gen openMairie le 10/02/2011 20:33  //gen openMairie le 10/02/2011 20:33
4  $reqmo['libelle']=' public.evenement';  $reqmo['libelle']=' public.evenement';
5  $reqmo['reqmo_libelle']=' public.evenement';  $reqmo['reqmo_libelle']=' public.evenement';
6  $reqmo['sql']="select  [evenement], [libelle], [nature], [etat], [delai], [accord_tacite], [delai_notification], [avis], [lettretype], [consultation] from ".DB_PREFIXE."evenement where action = '[action]' order by [tri]";  $reqmo['sql']="select  [evenement], [libelle], [nature], [etat], [delai], [accord_tacite], [delai_notification], [avis_decision], [lettretype], [consultation] from ".DB_PREFIXE."evenement where action = '[action]' order by [tri]";
7  $reqmo['evenement']='checked';  $reqmo['evenement']='checked';
8  $reqmo['libelle']='checked';  $reqmo['libelle']='checked';
9  $reqmo['nature']='checked';  $reqmo['nature']='checked';
# Line 12  $reqmo['etat']='checked'; Line 12  $reqmo['etat']='checked';
12  $reqmo['delai']='checked';  $reqmo['delai']='checked';
13  $reqmo['accord_tacite']='checked';  $reqmo['accord_tacite']='checked';
14  $reqmo['delai_notification']='checked';  $reqmo['delai_notification']='checked';
15  $reqmo['avis']='checked';  $reqmo['avis_decision']='checked';
16  $reqmo['lettretype']='checked';  $reqmo['lettretype']='checked';
17  $reqmo['consultation']='checked';  $reqmo['consultation']='checked';
18  $reqmo['tri']=array('evenement','libelle','nature','etat','delai','accord_tacite','delai_notification','avis','lettretype','consultation');  $reqmo['tri']=array('evenement','libelle','nature','etat','delai','accord_tacite','delai_notification','avis_decision','lettretype','consultation');
19  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26