Add comment

This commit is contained in:
Laurent Destailleur
2016-07-01 03:40:48 +02:00
parent 5713d293e3
commit 62d7303d8f

View File

@@ -4489,7 +4489,7 @@ abstract class CommonObject
if (! $db->query($sql))
{
if ($ignoreerrors) return true;
if ($ignoreerrors) return true; // TODO Not enough. If there is A-B on kept thirdarty and B-C on old one, we must get A-B-C after merge. Not A-B.
//$this->errors = $db->lasterror();
return false;
}