Skip to content

Commit

Permalink
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
eldy committed Nov 16, 2018
2 parents f327062 + 0d443c4 commit 3b193a8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions htdocs/emailcollector/class/emailcollector.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,16 @@ public function doCollect()
*
* @return int 0=OK, Nb of error if error
*/

/**
* overwitePropertiesOfObject
*
* @param object $object Current object
* @param string $actionparam Action parameters
* @param string $messagetext Body
* @param string $subject Subject
* @return int 0=OK, Nb of error if error
*/
private function overwritePropertiesOfObject(&$object, $actionparam, $messagetext, $subject)
{
$errorforthisaction = 0;
Expand Down Expand Up @@ -1060,7 +1070,6 @@ public function doCollectOneCollector()
}
}
}

}

if (empty($thirdpartyid)) // Try to find thirdparty using email
Expand Down Expand Up @@ -1246,7 +1255,6 @@ public function doCollectOneCollector()
else
{
dol_syslog("EmailCollector::doCollectOneCollector message ".$imapemail." to ".$connectstringtarget." was set to read", LOG_DEBUG);

}
}
else
Expand Down

0 comments on commit 3b193a8

Please sign in to comment.