Can add array
This commit is contained in:
parent
7e1e28f0d8
commit
c595f43412
@ -1772,7 +1772,10 @@ else
|
|||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
// Contacts list
|
// Contacts list
|
||||||
$result=show_contacts($conf,$langs,$db,$soc);
|
if (empty($conf->global->SOCIETE_DISABLE_CONTACTS))
|
||||||
|
{
|
||||||
|
$result=show_contacts($conf,$langs,$db,$soc);
|
||||||
|
}
|
||||||
|
|
||||||
// Projects list
|
// Projects list
|
||||||
$result=show_projects($conf,$langs,$db,$soc);
|
$result=show_projects($conf,$langs,$db,$soc);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user