Update card.php
This commit is contained in:
parent
23e2bb20d9
commit
3adfce35e2
@ -413,6 +413,7 @@ if ($action == 'update')
|
|||||||
$object->location = GETPOST('location');
|
$object->location = GETPOST('location');
|
||||||
$object->socid = GETPOST("socid");
|
$object->socid = GETPOST("socid");
|
||||||
$socpeopleassigned = GETPOST("socpeopleassigned",'array');
|
$socpeopleassigned = GETPOST("socpeopleassigned",'array');
|
||||||
|
$object->socpeopleassigned = array();
|
||||||
foreach ($socpeopleassigned as $cid) $object->socpeopleassigned[$cid] = array('id' => $cid);
|
foreach ($socpeopleassigned as $cid) $object->socpeopleassigned[$cid] = array('id' => $cid);
|
||||||
$object->contactid = GETPOST("contactid",'int');
|
$object->contactid = GETPOST("contactid",'int');
|
||||||
$object->fk_project = GETPOST("projectid",'int');
|
$object->fk_project = GETPOST("projectid",'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user