diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 7c969e52e9d..699769a39bd 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -91,6 +91,7 @@ if ($HTTP_POST_VARS["action"] == 'cotisation') if ($HTTP_POST_VARS["action"] == 'add') { + $login=$_POST["login"]; // test si le login existe deja if(!isset($login) || $login==''){ $error+=1;