petite modif de recuperation du parametre login du formulaire (bizarrerie php je trouve ..)
This commit is contained in:
parent
c09a2e627e
commit
2f52042fc1
@ -91,6 +91,7 @@ if ($HTTP_POST_VARS["action"] == 'cotisation')
|
|||||||
|
|
||||||
if ($HTTP_POST_VARS["action"] == 'add')
|
if ($HTTP_POST_VARS["action"] == 'add')
|
||||||
{
|
{
|
||||||
|
$login=$_POST["login"];
|
||||||
// test si le login existe deja
|
// test si le login existe deja
|
||||||
if(!isset($login) || $login==''){
|
if(!isset($login) || $login==''){
|
||||||
$error+=1;
|
$error+=1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user