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], [date_envoi], [date_retour], [avis_consultation], [date_limite] from ".DB_PREFIXE."consultation where service = '[service]' order by [tri]"; |
7 |
$reqmo['consultation']='checked'; |
8 |
$reqmo['dossier']='checked'; |
9 |
$reqmo['service']="select * from ".DB_PREFIXE."service"; |
10 |
$reqmo['date_envoi']='checked'; |
11 |
$reqmo['date_retour']='checked'; |
12 |
$reqmo['avis_consultation']='checked'; |
13 |
$reqmo['date_limite']='checked'; |
14 |
$reqmo['tri']=array('consultation','dossier','date_envoi','date_retour','avis_consultation','date_limite'); |
15 |
?> |