".$msg["selfservice_admin_update"].""; print " $message
"; } function memo_param() { global $loc_autre_todo,$resa_ici_todo,$resa_loc_todo; global $retour_retard_msg,$retour_blocage_msg,$retour_amende_msg; global $loc_autre_todo_msg,$resa_ici_todo_msg,$resa_loc_todo_msg; global $selfservice_loc_autre_todo,$selfservice_resa_ici_todo,$selfservice_resa_loc_todo; global $selfservice_loc_autre_todo_msg,$selfservice_resa_ici_todo_msg,$selfservice_resa_loc_todo_msg; global $selfservice_retour_retard_msg,$selfservice_retour_blocage_msg,$selfservice_retour_amende_msg; $rqt = "UPDATE parametres SET valeur_param ='$loc_autre_todo' where type_param= 'selfservice' and sstype_param='loc_autre_todo' "; $selfservice_loc_autre_todo=$loc_autre_todo; mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$resa_ici_todo' where type_param= 'selfservice' and sstype_param='resa_ici_todo' "; $selfservice_resa_ici_todo=stripslashes($resa_ici_todo); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$resa_loc_todo' where type_param= 'selfservice' and sstype_param='resa_loc_todo' "; $selfservice_resa_loc_todo=stripslashes($resa_loc_todo); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$loc_autre_todo_msg' where type_param= 'selfservice' and sstype_param='loc_autre_todo_msg' "; $selfservice_loc_autre_todo_msg=stripslashes($loc_autre_todo_msg); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$resa_ici_todo_msg' where type_param= 'selfservice' and sstype_param='resa_ici_todo_msg' "; $selfservice_resa_ici_todo_msg=stripslashes($resa_ici_todo_msg); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$resa_loc_todo_msg' where type_param= 'selfservice' and sstype_param='resa_loc_todo_msg' "; $selfservice_resa_loc_todo_msg=stripslashes($resa_loc_todo_msg); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$retour_retard_msg' where type_param= 'selfservice' and sstype_param='retour_retard_msg' "; $selfservice_retour_retard_msg=stripslashes($retour_retard_msg); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$retour_blocage_msg' where type_param= 'selfservice' and sstype_param='retour_blocage_msg' "; $selfservice_retour_blocage_msg=stripslashes($retour_blocage_msg); mysql_query($rqt); $rqt = "UPDATE parametres SET valeur_param ='$retour_amende_msg' where type_param= 'selfservice' and sstype_param='retour_amende_msg' "; $selfservice_retour_amende_msg=stripslashes($retour_amende_msg); mysql_query($rqt); } switch($action) { case 'update': if($form_actif) memo_param(); show_param($action); break; default: show_param(); break; }