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

Diff of /trunk/sql/pgsql/consultation_avis.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:32  //gen openMairie le 10/02/2011 20:32
4  $reqmo['libelle']=' public.consultation';  $reqmo['libelle']=' public.consultation';
5  $reqmo['reqmo_libelle']=' public.consultation';  $reqmo['reqmo_libelle']=' public.consultation';
6  $reqmo['sql']="select  [consultation], [dossier], [service], [date_envoi], [date_retour], [date_limite] from ".DB_PREFIXE."consultation where avis = '[avis]' order by [tri]";  $reqmo['sql']="select  [consultation], [dossier], [service], [date_envoi], [date_retour], [date_limite] from ".DB_PREFIXE."consultation where avis_consultation = '[avis_consultation]' order by [tri]";
7  $reqmo['consultation']='checked';  $reqmo['consultation']='checked';
8  $reqmo['dossier']='checked';  $reqmo['dossier']='checked';
9  $reqmo['service']='checked';  $reqmo['service']='checked';
10  $reqmo['date_envoi']='checked';  $reqmo['date_envoi']='checked';
11  $reqmo['date_retour']='checked';  $reqmo['date_retour']='checked';
12  $reqmo['avis']="select * from ".DB_PREFIXE."avis";  $reqmo['avis_consultation']="select * from ".DB_PREFIXE."avis_consultation";
13  $reqmo['date_limite']='checked';  $reqmo['date_limite']='checked';
14  $reqmo['tri']=array('consultation','dossier','service','date_envoi','date_retour','date_limite');  $reqmo['tri']=array('consultation','dossier','service','date_envoi','date_retour','date_limite');
15  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26