"._("om_droit"); 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."om_droit LEFT JOIN ".DB_PREFIXE."om_profil ON om_droit.om_profil=om_profil.om_profil "; // SELECT $champAffiche = array( 'om_droit.om_droit as "'._("om_droit").'"', 'om_droit.libelle as "'._("libelle").'"', 'om_profil.libelle as "'._("om_profil").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'om_droit.om_droit as "'._("om_droit").'"', 'om_droit.libelle as "'._("libelle").'"', 'om_profil.libelle as "'._("om_profil").'"', ); $tri="ORDER BY om_droit.libelle ASC NULLS LAST"; $edition="om_droit"; $selection=''; if ($retourformulaire== 'om_profil') { $selection=" WHERE (om_droit.om_profil ='".$idx."')"; } ?>