"._("entreprise"); 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."entreprise"; // SELECT $champAffiche = array( 'entreprise.entreprise as "'._("entreprise").'"', 'entreprise.nomentreprise as "'._("nomentreprise").'"', 'entreprise.pf as "'._("pf").'"', 'entreprise.adresse1 as "'._("adresse1").'"', 'entreprise.adresse2 as "'._("adresse2").'"', 'entreprise.cp as "'._("cp").'"', 'entreprise.ville as "'._("ville").'"', 'entreprise.telephone as "'._("telephone").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'entreprise.entreprise as "'._("entreprise").'"', 'entreprise.nomentreprise as "'._("nomentreprise").'"', 'entreprise.pf as "'._("pf").'"', 'entreprise.adresse1 as "'._("adresse1").'"', 'entreprise.adresse2 as "'._("adresse2").'"', 'entreprise.cp as "'._("cp").'"', 'entreprise.ville as "'._("ville").'"', 'entreprise.telephone as "'._("telephone").'"', ); $tri="ORDER BY entreprise.nomentreprise ASC NULLS LAST"; $edition="entreprise"; $selection=''; $sousformulaire = array( 'travaux',); ?>