1) { $sel_authpersos = " "; } $sel_search_form ="
".$sel_authpersos." user_input,ENT_QUOTES,$charset)."\">   !!bouton_ajouter!!
"; return $sel_search_form; } public function proceed() { global $msg; global $action; global $authperso_id; global $param1; $authpersos = authpersos::get_oeuvre_event_authpersos(); if (empty($authpersos)) { print $msg['oeuvre_event_sel_no']; exit; } if (!empty($param1)) { $authperso_id = $param1; } if (empty($authperso_id)) { $authperso_id = $authpersos[0]['id']; } switch($action) { default: parent::proceed(); break; } } } ?>