"._("courrier_archive"); 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) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."courrier_archive"; // SELECT $champAffiche = array( 'courrier_archive.courrier as "'._("courrier").'"', 'courrier_archive.destinataire as "'._("destinataire").'"', 'to_char(courrier_archive.datecourrier ,\'DD/MM/YYYY\') as "'._("datecourrier").'"', 'courrier_archive.lettretype as "'._("lettretype").'"', ); // $champNonAffiche = array( 'courrier_archive.complement as "'._("complement").'"', 'courrier_archive.emplacement as "'._("emplacement").'"', ); // $champRecherche = array( 'courrier_archive.courrier as "'._("courrier").'"', 'courrier_archive.destinataire as "'._("destinataire").'"', 'courrier_archive.lettretype as "'._("lettretype").'"', ); $tri="ORDER BY courrier_archive.destinataire ASC NULLS LAST"; $edition="courrier_archive"; $selection=''; ?>