Code comment

This commit is contained in:
Laurent Destailleur 2018-05-25 12:48:33 +02:00
parent 9d407cdc03
commit bcbe28d802

View File

@ -1578,11 +1578,11 @@ abstract class CommonObject
/** /**
* Return list of id of contacts of project * Return list of id of contacts of object
* *
* @param string $source Source of contact: external (llx_socpeople) or internal (llx_user) or thirdparty (llx_societe) * @param string $source Source of contact: external (llx_socpeople) or internal (llx_user) or thirdparty (llx_societe)
* @return array Array of id of contacts (if source=external or internal) * @return array Array of id of contacts (if source=external or internal)
* Array of id of third parties with at least one contact on project (if source=thirdparty) * Array of id of third parties with at least one contact on object (if source=thirdparty)
*/ */
function getListContactId($source='external') function getListContactId($source='external')
{ {