1 |
<?php |
2 |
//$Id$ |
3 |
//gen openMairie le 10/02/2011 20:32 |
4 |
$reqmo['libelle']=' public.consultation'; |
5 |
$reqmo['reqmo_libelle']=' public.consultation'; |
6 |
$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'; |
8 |
$reqmo['dossier']='checked'; |
9 |
$reqmo['service']='checked'; |
10 |
$reqmo['date_envoi']='checked'; |
11 |
$reqmo['date_retour']='checked'; |
12 |
$reqmo['avis_consultation']="select avis_consultation,libelle from ".DB_PREFIXE."avis_consultation"; |
13 |
$reqmo['date_limite']='checked'; |
14 |
$reqmo['tri']=array('consultation','dossier','service','date_envoi','date_retour','date_limite'); |
15 |
?> |