Fix: doxygen errors

This commit is contained in:
Laurent Destailleur 2014-01-24 10:37:19 +01:00
parent bdbbb580f8
commit 101151630d

View File

@ -241,9 +241,9 @@ abstract class CommonObject
/** /**
* Copy contact from one element to current * Copy contact from one element to current
* *
* @param int $rowid source element * @param int $objFrom Source element
* @param int $rowid contact source (internal / external) * @param int $source Nature of contact ('internal' or 'external')
* @return int >0 if OK, <0 if KO * @return int >0 if OK, <0 if KO
*/ */
function copy_linked_contact($objFrom, $source='internal') function copy_linked_contact($objFrom, $source='internal')
{ {