New entries will not have an existing mod time in history, so need to supply
it here, for the purposes of remembering the time this change was made and
not mirroring it back to the PIM.
return false;
}
$stat = $this->_smartStatMessage($folderid, $id, false);
+ $stat['mod'] = time();
} else {
try {
$this->_connector->contacts_replace($id, $message);
$this->_logger->err($e->getMessage());
return false;
}
-
$stat = $this->_smartStatMessage($folderid, $id, false);
+ $stat['mod'] = time();
} else {
try {
$this->_connector->tasks_replace($id, $message);