Can add array

This commit is contained in:
Laurent Destailleur 2011-02-09 18:56:39 +00:00
parent 7e1e28f0d8
commit c595f43412

View File

@ -1772,7 +1772,10 @@ else
print '<br>';
// 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
$result=show_projects($conf,$langs,$db,$soc);