"._("service"); $tableSelect=DB_PREFIXE."service"; $champs=array( "abrege", "libelle", "adresse", "adresse2", "cp", "ville", "email", "delai", "service", "consultation_papier", "notification_email", "om_validite_debut", "om_validite_fin", "type_consultation", "edition", "delai_type"); //champs select $sql_edition="SELECT om_etat.om_etat, om_etat.libelle FROM ".DB_PREFIXE."om_etat ORDER BY om_etat.libelle ASC"; $sql_edition_by_id = "SELECT om_etat.om_etat, om_etat.libelle FROM ".DB_PREFIXE."om_etat WHERE om_etat = "; ?>