diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index cf2af05b970..eb586669ea2 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -239,7 +239,7 @@ if ($_REQUEST["action"] == 'update' && ! $_POST["cancel"] && $user->rights->adhe $adh->naiss = $datenaiss; $adh->typeid = $_POST["typeid"]; - $adh->note = trim($_POST["comment"]); + //$adh->note = trim($_POST["comment"]); $adh->morphy = $_POST["morphy"]; $adh->amount = $_POST["amount"]; @@ -363,7 +363,7 @@ if ($_POST["action"] == 'add' && $user->rights->adherent->creer) $login=$_POST["member_login"]; $pass=$_POST["password"]; $photo=$_POST["photo"]; - $comment=$_POST["comment"]; + //$comment=$_POST["comment"]; $morphy=$_POST["morphy"]; $cotisation=$_POST["cotisation"]; $public=$_POST["public"]; @@ -392,7 +392,7 @@ if ($_POST["action"] == 'add' && $user->rights->adherent->creer) $adh->naiss = $datenaiss; $adh->photo = $photo; $adh->typeid = $typeid; - $adh->note = $comment; + //$adh->note = $comment; $adh->morphy = $morphy; $adh->user_id = $userid; $adh->fk_soc = $socid; @@ -696,7 +696,7 @@ if ($action == 'create') print ''; // Firstname - print ''.$langs->trans("Firstname").'prenom).'">'; + print ''.$langs->trans("Firstname").'prenom).'">'; print ''; // Password @@ -921,7 +921,7 @@ if ($action == 'edit') print ''; // Firstname - print ''.$langs->trans("Firstname").'prenom).'">'; + print ''.$langs->trans("Firstname").'prenom).'">'; print ''; // Password diff --git a/htdocs/langs/es_ES/members.lang b/htdocs/langs/es_ES/members.lang index 5142dd187cd..1dd621c1c94 100644 --- a/htdocs/langs/es_ES/members.lang +++ b/htdocs/langs/es_ES/members.lang @@ -181,7 +181,7 @@ MembersStatisticsDesc=Elija las estadísticas que desea consultar... MenuMembersStats=Estadísticas LastMemberDate=Fecha último miembro Nature=Naturaleza -Public=Informació pública (no=privada) +Public=Información pública (no=privada) Exports=Exportaciones NewMemberbyWeb=Nuevo miembro añadido. En espera de validación NewMemberForm=Formulario de inscripción