FIX Edit description of event

This commit is contained in:
Laurent Destailleur 2018-12-27 06:16:54 +01:00
parent 64de31ef67
commit cd53e22d64

View File

@ -432,8 +432,8 @@ if ($action == 'update')
foreach ($socpeopleassigned as $cid) $object->socpeopleassigned[$cid] = array('id' => $cid);
$object->contactid = GETPOST("contactid",'int');
$object->fk_project = GETPOST("projectid",'int');
$object->note = GETPOST("note");
$object->pnote = GETPOST("note");
$object->note = GETPOST("note","none"); // deprecated
$object->note_private= GETPOST("note","none");
$object->fk_element = GETPOST("fk_element");
$object->elementtype = GETPOST("elementtype");