"._("defunt_prestation");
if(!isset($premier)) $premier='';
if(!isset($recherche1)) $recherche1='';
if(!isset($tricolsf)) $tricolsf='';
if(!isset($premiersf)) $premiersf='';
if(!isset($selection)) $selection='';
if(!isset($retourformulaire)) $retourformulaire='';
if(isset($idx)){
if($idx != ']')
if (trim($idx!=''))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=''))
$ent = $ent." ".strtoupper($idz)." ";
}
$table=DB_PREFIXE."defunt_prestation";
$champAffiche=array(
'defunt_prestation as "'._("defunt_prestation").'"',
'prestation as "'._("prestation").'"',
'lieu as "'._("lieu").'"',
'concat(substring(date,9,2),\'/\',substring(date,6,2),\'/\',substring(date,1,4)) as date',
'heure as "'._("heure").'"',
'destination as "'._("destination").'"',
'via as "'._("via").'"',
'vehicule as "'._("vehicule").'"',
'defunt as "'._("defunt").'"'
);
$champNonAffiche=array(
);
$champRecherche=array(
'lieu as "'._("lieu").'"',
'destination as "'._("destination").'"',
'via as "'._("via").'"'
);
$tri="";
$edition="defunt_prestation";
$selection='';
if ($retourformulaire== 'prestation')
$selection=" where defunt_prestation.prestation ='".$idx."'";
if ($retourformulaire== 'vehicule')
$selection=" where defunt_prestation.vehicule ='".$idx."'";
if ($retourformulaire== 'defunt')
$selection=" where defunt_prestation.defunt ='".$idx."'";
?>