diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index ca7b8d7e1ba..dc57d6b9d2e 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -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) * @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') { @@ -3659,7 +3659,7 @@ abstract class CommonObject if (empty($reshook)) { print "\n"; - + print ''; if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) print ' '; @@ -3742,7 +3742,7 @@ abstract class CommonObject $var = true; $i = 0; - + print "\n"; foreach ($this->lines as $line) { @@ -3771,7 +3771,7 @@ abstract class CommonObject $i++; } - print "\n"; + print "\n"; } /**