FIX Civility not saved when creating a member.
This commit is contained in:
parent
b76c45e8d0
commit
2c496d2ac0
@ -446,7 +446,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
|
|
||||||
$typeid=GETPOST("typeid",'int');
|
$typeid=GETPOST("typeid",'int');
|
||||||
$civility_id=GETPOST("civility_id",'int');
|
$civility_id=GETPOST("civility_id",'alpha');
|
||||||
$lastname=GETPOST("lastname",'alpha');
|
$lastname=GETPOST("lastname",'alpha');
|
||||||
$firstname=GETPOST("firstname",'alpha');
|
$firstname=GETPOST("firstname",'alpha');
|
||||||
$societe=GETPOST("societe",'alpha');
|
$societe=GETPOST("societe",'alpha');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user