".htmlentities($msg['acquisition_sug_do'],ENT_QUOTES, $charset).""; switch($action) { case 'modif': $update_action = "./catalog.php?categ=sug&action=update&id_bibli=".$id_bibli."&id_sug=".$id_sug."&id_notice=$id_notice"; show_form_sug($update_action); break; case 'update' : update_sug(); $back_url = "document.location='./catalog.php?'"; print ""; break; }