Clean code
This commit is contained in:
parent
c02355c8c3
commit
e663314cb1
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user