Modif nom du contact
This commit is contained in:
parent
508c07c84b
commit
eb098d7824
@ -126,7 +126,7 @@ else
|
|||||||
{
|
{
|
||||||
$contact = new Contact($db);
|
$contact = new Contact($db);
|
||||||
$contact->socid = $socid;
|
$contact->socid = $socid;
|
||||||
$contact->nom = "Nom aléa ".time();
|
$contact->nom = "Nom aléa ".time()."-$c";
|
||||||
if ( $contact->create($user) )
|
if ( $contact->create($user) )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user