Skip to content
Snippets Groups Projects
Commit ec2c1da2 authored by kevin.dezaphi's avatar kevin.dezaphi
Browse files

FEAT #8545 remove ,

parent 2f51441b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function manage_empty_error($arr_id, $history, $id_action, $label_action, $statu
$resListModel = $stmt->fetch();
if (!empty($resListModel)) {
$db->query("UPDATE listinstance SET item_id = ?, item_type = ? WHERE res_id = ? AND item_mode = 'dest'", [$resListModel['item_id'], $resListModel['item_type'], $res_id]);
$db->query("UPDATE res_letterbox SET dest_user = ?, destination = ?, WHERE res_id = ?", [$resListModel['item_id'], $resInitiator['initiator'], $res_id]);
$db->query("UPDATE res_letterbox SET dest_user = ?, destination = ? WHERE res_id = ?", [$resListModel['item_id'], $resInitiator['initiator'], $res_id]);
}
return array('result' => $res_id . '#', 'history_msg' => '');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment