Fix: doxygen errors
This commit is contained in:
parent
bdbbb580f8
commit
101151630d
@ -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')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user