Update card.php

This commit is contained in:
Günter Lukas
2018-05-24 13:32:13 +02:00
committed by GitHub
parent 23e2bb20d9
commit 3adfce35e2

View File

@@ -413,6 +413,7 @@ if ($action == 'update')
$object->location = GETPOST('location');
$object->socid = GETPOST("socid");
$socpeopleassigned = GETPOST("socpeopleassigned",'array');
$object->socpeopleassigned = array();
foreach ($socpeopleassigned as $cid) $object->socpeopleassigned[$cid] = array('id' => $cid);
$object->contactid = GETPOST("contactid",'int');
$object->fk_project = GETPOST("projectid",'int');