Clean code

This commit is contained in:
Laurent Destailleur 2017-09-01 16:38:56 +02:00
parent c02355c8c3
commit e663314cb1

View File

@ -259,7 +259,7 @@ function limitChars(textarea, limit, infodiv)
if (! empty($this->withtosocid) && $this->withtosocid > 0) if (! empty($this->withtosocid) && $this->withtosocid > 0)
{ {
$liste=array(); $liste=array();
foreach ($soc->thirdparty_and_contact_phone_array() as $key=>$value) foreach ($soc->thirdparty_and_contact_phone_array() as $key => $value)
{ {
$liste[$key]=$value; $liste[$key]=$value;
} }